cannot access awx-operator service

Hello All,

I have what appears to be a running awx-operator on a single-node (k3s)
cluster - all pods are shown as running or completed
I can do a kubectl get svc, and get a 80/21421 port to supposedly connect to

via https. I get connection refused any time I try to https://localhost:31431

I have portainer running on the same kubernetes node, and have no trouble accessing
that using port 9443

I have built the awx-operator thru a proxy - seems ok.
Any ideas what is preventing me for accessing the service?

Thanks
ewholz

Hi there,

You did not specify so I am only guessing: are you sure the AWX pods are healthy and that the webUI is available to be reached on the said port?

Just my 2 cents,

Vincent

You need to create an ingress and configure certificates on it

Did you resolve this issue?

Can you please copy and paste your output from kubectl get svc (and mask / hide the external IP)? Thanks

AWX Team