awx-operator
awx-operator copied to clipboard
helm install awx-operator postgres-15-0 pod is CrashLoopBackOff
Please confirm the following
- [X] I agree to follow this project's code of conduct.
- [X] I have checked the current issues for duplicates.
- [X] I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.
Bug Summary
environment AKS cluster, Server Version: v1.27.7
command:
helm upgrade --install awx-operator awx-operator/awx-operator --namespace awx -f values.yaml
values.yaml
AWX:
# enable use of awx-deploy template
enabled: true
AWX Operator installed with Helm Chart version 2.19.1
AWX Operator version
2.19.1
AWX version
awx-operator-2.19.1 2.19.1
AWX This version of the operator was release with AWX v24.6.1
Kubernetes platform
kubernetes
Kubernetes/Platform version
v1.27.7
Modifications
no
Steps to reproduce
simple install awx operator via helm install, the pod is crash, error.
NAME READY STATUS RESTARTS AGE
awx-demo-postgres-15-0 0/1 CrashLoopBackOff 6 (73s ago) 7m30s
awx-demo-task-5597f9c785-722vs 0/4 Init:0/2 0 26s
awx-demo-web-78678b4b79-6c5vt 3/3 Running 0 28s
awx-operator-controller-manager-f7b8f4cd7-fzhzp 2/2 Running 0 8m43s
awx-postgres-15-0 0/1 CrashLoopBackOff 6 (94s ago) 7m30s
inspect logs from pod, and doesn't have any meaningful log to suggest the root cause.
and doc https://ansible.readthedocs.io/projects/awx-operator/en/latest/installation/helm-install-on-existing-cluster.html is confusing, it install the operator , however, as user, i would like to see how to get awx up and running with helm install. I don't see this in the doc. please fix.
helm values:
USER-SUPPLIED VALUES:
AWX:
enabled: true
Expected results
awx is up and running, use can access its portal. pod should running as expected.
Actual results
NAME READY STATUS RESTARTS AGE
awx-demo-postgres-15-0 0/1 CrashLoopBackOff 6 (73s ago) 7m30s
awx-demo-task-5597f9c785-722vs 0/4 Init:0/2 0 26s
awx-demo-web-78678b4b79-6c5vt 3/3 Running 0 28s
awx-operator-controller-manager-f7b8f4cd7-fzhzp 2/2 Running 0 8m43s
awx-postgres-15-0 0/1 CrashLoopBackOff 6 (94s ago) 7m30s
postgres-15 pod is crashloopbackoff
Additional information
No response
Operator Logs
No response