Open compuserv2017 opened 4 days ago
@compuserv2017
Hi, try accessing https://ansible.test.local
instead of IP address.
Unfortunatly, that is not working :(
It is running inside a VM with a vmware NAT adapter. I'm trying to reach it with my desktop which is running VMware
on a windows 11 test machine, i added the following to the hosts file:
192.169.83.129 https://ansible.test.local # AWX
192.169.83.129 http://ansible.test.local # AWX
192.169.83.129 ansible.test.local # AWX
this only gives a connection refused when going to ansible.test.local and a connection timed out when going to either https://ansible.test.local or http://ansible.test.local
According to your screenshot, the IP address which should be in your hosts file is 192.168.83.129
instead of 192.169.83.129
that was indeed the issue. I'm sorry for not paying attention. I now have access to the portal and tried running the demo job template, no luck though.
got the error:
"Error creating pod: pod failed to start, ErrImagePull"
and the details tab has the status:
Failed to JSON parse a line from worker stream. Error: Expecting value: line 1 column 1 (char 0) Line with invalid JSON data: b''
but that's for me to figure out :) thnx a lot
Error creating pod: pod failed to start, ErrImagePull
Soon after you've launched new job, you can see the newly created pod by the command kubectl -n awx get pod
which is named automation-job-*
.
You should gather Events of the pod by kubectl -n awx describe pod <pod name>
.
Environment
Description
everything seems to be running fine. however, after the installation is completed, I can't seem to access the web interface (whenever i put in the IP, it just gives me: 404 page not found)
all pods seem to be up and healthy.
Step to Reproduce
Logs
there don't seem to be any unhealthy pods/logs
Files
awx.yaml:
kustomization.yaml