Hi,
I have awx pods running on kubernetes:
details:
AWX_Version: AWX 22.2.0
awx-operator-controller-manager-774c766fd4-7d65g 2/2 Running 0 3d21h
awx-postgres-13-0 1/1 Running 0 3d21h
awx-task-654b64557f-djrmr 4/4 Running 0 3d21h
awx-web-5d94c7bdcd-9kwts 3/3 Running 0 3d21h
The issue is that whenever I run any AWX job template the UI becomes unavailable until and unless jobs completed.
kubectl get pods -n awx
NAME READY STATUS RESTARTS AGE
automation-job-4150-zz272 1/1 Running 0 4m42s
automation-job-4152-wgrj5 1/1 Running 0 4m23s
automation-job-4155-xg9ld 1/1 Running 0 116s
automation-job-4156-j9lql 1/1 Running 0 98s
awx-operator-controller-manager-774c766fd4-7d65g 2/2 Running 0 3d21h
awx-postgres-13-0 1/1 Running 0 3d21h
awx-task-654b64557f-djrmr 4/4 Running 0 3d21h
awx-web-5d94c7bdcd-9kwts 3/3 Running 0 3d21h
What can be the reason