I have the issue described in https://github.com/ctrliq/ascender-install/blob/main/docs/issues/ascender_api_waiting.md but the cause is not DNS. I used the config file https://github.com/ctrliq/ascender-install/blob/main/docs/installation/k3s/k3s/k3s.basic.config.yml and disabled the usage of /etc/hosts, and replaced the node names of course.
However, unlike the guide where it only points to DNS being the issue, I only have two pods running. The API service /api/v2/ping is reachable in a sense, but accessing the endpoint returns a 404.
sudo kubectl get pod -n ascender
NAME READY STATUS RESTARTS AGE
ascender-app-postgres-15-0 1/1 Running 2 (81m ago) 142m
awx-operator-controller-manager-7d455fb4b5-2thq4 2/2 Running 4 (81m ago) 143m
One other thing to note, the installation docs say to run config_vars.sh, but that's not possible without first running setup.sh after setting the install type to k3s. https://github.com/ctrliq/ascender-install/blob/main/README.md#using-the-installer
I have the issue described in https://github.com/ctrliq/ascender-install/blob/main/docs/issues/ascender_api_waiting.md but the cause is not DNS. I used the config file https://github.com/ctrliq/ascender-install/blob/main/docs/installation/k3s/k3s/k3s.basic.config.yml and disabled the usage of /etc/hosts, and replaced the node names of course.
However, unlike the guide where it only points to DNS being the issue, I only have two pods running. The API service
/api/v2/pingis reachable in a sense, but accessing the endpoint returns a 404.One other thing to note, the installation docs say to run
config_vars.sh, but that's not possible without first runningsetup.shafter setting the install type tok3s. https://github.com/ctrliq/ascender-install/blob/main/README.md#using-the-installer