We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing awx using helm, all the pods are running except task pod does not get initialize.
2.13.1
24.0.0
openshift
v1.26.7+0ef5eae
no
Execute the below command to install the AWX operator
All the pods should run.
[root@SU02848 ~]# oc get pods NAME READY STATUS RESTARTS AGE awx-operator-controller-manager-66c686b575-bcn2l 2/2 Running 0 103m awx-qa-postgres-15-0 1/1 Running 0 167m awx-qa-task-6976894b96-pd8h4 0/4 Running 0 102m awx-qa-web-68bc79f956-78fds 3/3 Running 0 166m [root@SU02848 ~]#
awx-qa-task-6976894b96-pd8h4 pod not get initialized. [root@SU02848 ~]# oc get pods NAME READY STATUS RESTARTS AGE awx-operator-controller-manager-66c686b575-bcn2l 2/2 Running 0 103m awx-qa-postgres-15-0 1/1 Running 0 167m awx-qa-task-6976894b96-pd8h4 0/4 Init:0/2 0 102m awx-qa-web-68bc79f956-78fds 3/3 Running 0 166m [root@SU02848 ~]#
For postgres db and project data volume is dynamically provision using the storage class managed csi and azurefile csi
[root@SU02848 ~]# oc get pvc NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE awx-qa-projects-claim Bound pvc-81c0262d-e3f5-46b7-8523-34311eb65945 10Gi RWX azurefile-csi 179m postgres-15-awx-qa-postgres-15-0 Bound pvc-73c123cb-fa9b-4c4e-b970-0584b53fdbed 50Gi RWO managed-csi 3h [root@SU02848 ~]#
init-database: container is waiting for migration in pod awx-qa-task-6976894b96-pd8h4
operator_log.txt
Attached operator log
The text was updated successfully, but these errors were encountered:
Added describe output and awx.yml deployment file awx.yml.txt describe_output.txt
Sorry, something went wrong.
2.13.1 has this PR #1674 (comment)
which should run migrations in a separate awx-migration- pod, but I don't see any listed under your oc get pods results
awx-migration-
oc get pods
the operator hit a fatal error when creating super user, but that might just mean your data did not migrate correctly
can you poke around and see that your database has migrated?
No branches or pull requests
Please confirm the following
Bug Summary
Installing awx using helm, all the pods are running except task pod does not get initialize.
AWX Operator version
2.13.1
AWX version
24.0.0
Kubernetes platform
openshift
Kubernetes/Platform version
v1.26.7+0ef5eae
Modifications
no
Steps to reproduce
Execute the below command to install the AWX operator
Expected results
All the pods should run.
[root@SU02848 ~]# oc get pods
NAME READY STATUS RESTARTS AGE
awx-operator-controller-manager-66c686b575-bcn2l 2/2 Running 0 103m
awx-qa-postgres-15-0 1/1 Running 0 167m
awx-qa-task-6976894b96-pd8h4 0/4 Running 0 102m
awx-qa-web-68bc79f956-78fds 3/3 Running 0 166m
[root@SU02848 ~]#
Actual results
awx-qa-task-6976894b96-pd8h4 pod not get initialized.
[root@SU02848 ~]# oc get pods
NAME READY STATUS RESTARTS AGE
awx-operator-controller-manager-66c686b575-bcn2l 2/2 Running 0 103m
awx-qa-postgres-15-0 1/1 Running 0 167m
awx-qa-task-6976894b96-pd8h4 0/4 Init:0/2 0 102m
awx-qa-web-68bc79f956-78fds 3/3 Running 0 166m
[root@SU02848 ~]#
Additional information
For postgres db and project data volume is dynamically provision using the storage class managed csi and azurefile csi
[root@SU02848 ~]# oc get pvc
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
awx-qa-projects-claim Bound pvc-81c0262d-e3f5-46b7-8523-34311eb65945 10Gi RWX azurefile-csi 179m
postgres-15-awx-qa-postgres-15-0 Bound pvc-73c123cb-fa9b-4c4e-b970-0584b53fdbed 50Gi RWO managed-csi 3h
[root@SU02848 ~]#
init-database: container is waiting for migration in pod awx-qa-task-6976894b96-pd8h4
Operator Logs
operator_log.txt
Attached operator log
The text was updated successfully, but these errors were encountered: