Hi,
I am installing Awx with Kubernetes for the first time . The Awx Management pod is running and Postgres deployment is successful.
But it tries to run the Migrate database step and after some times times out with the error . Can any one please let me know
if you have come across this issue and please provide any steps that would be useful so we can debug further ?
$ kubectl get svc -n my-name-space
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
awx-postgresql ClusterIP 192.168.205.66 5432/TCP 13d
awx-postgresql-headless ClusterIP None 5432/TCP 13d
awx-rmq-mgmt ClusterIP 192.168.38.115 15672/TCP 13d
awx-web-svc NodePort 192.168.17.147 80:30494/TCP 13d
rabbitmq NodePort 192.168.244.25 15672:32044/TCP,5672:31652/TCP 13d
tiller-deploy ClusterIP 192.168.185.213 44134/TCP 26d
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
ansible-tower-management 1/1 Running 0 22m
awx-postgresql-postgresql-0 0/1 Init:ImagePullBackOff 0 24m
TASK [kubernetes : Migrate database] *****************************************************************************************************