Hello AWX-Experts,
I’ve already posted this in the minikube group but haven’t got an answer so far. Maybe someone here at AWX can shed some light on it?
I’ve just installed minikube on a vSphere VM with a fresh CentOS 8 system to deploy Ansible AWX. I’ve followed the installation doc in https://minikube.sigs.k8s.io/docs/start/, installed the docker driver as described and also kubectl.
I can start minikube and have access to the dashboard, so, I tried to deploy the first image with “kubectl create deployment hello-minikube --image=k8s.gcr.io/echoserver:1.4”. The container creation starts but fails with “ImagePullBackOff”.
I’ve examined the logs and found that the command “curl -sS -m 2 https://k8s.gcr.io/” failed with status 28.
But, the command works when I execute it directly at the command prompt:
awx@do-int-awx .minikube]$ curl -sS -m 2 https://k8s.gcr.io/
302 Moved302 Moved
The document has moved here.And, the two Ingress pods which are needed for AWX are also in the same state since the images can’t be downloaded.
Btw., the server is a vSphere VM with direct internet access.
Thanks and have a nice hackin’,
Harald