You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expect a new awx instance to become available using the minor configuration changes I've provided.
Actual results
Everything works up until the awx-task pod. The pod fails to initalize with the error: Unable to retrieve some image pull secrets (redhat-operators-pull-secret); attempting to pull the image may not succeed.
Additional information
This is a GCP GKE Standard Cluster on the Stable Channel.
Please confirm the following
Bug Summary
No response
AWX Operator version
2.0.0 (or any as far as I have tried several)
AWX version
22
Kubernetes platform
kubernetes
Kubernetes/Platform version
1.29.6-gke.1254000
Modifications
no
Steps to reproduce
helm install awx-operator awx-operator/awx-operator -n awx-operator --create-namespace -f awx-values.yml --version 2.0.0
awx-values.yml :
AWX:
enabled: true
name: awx
spec:
admin_user: admin
projects_persistence: true
projects_storage_class: standard-rwx
projects_storage_size: 20Gi
auto_upgrade: true
ingress_type: ingress
#ingress_tls_secret: tls-awx-ingress
hostname: awx.gke-devops-dev-cl.domain.name
#postgres_configuration_secret: awx-postgres-configuration
Expected results
Expect a new awx instance to become available using the minor configuration changes I've provided.
Actual results
Everything works up until the awx-task pod. The pod fails to initalize with the error: Unable to retrieve some image pull secrets (redhat-operators-pull-secret); attempting to pull the image may not succeed.
Additional information
This is a GCP GKE Standard Cluster on the Stable Channel.
Operator Logs
operator.log
The text was updated successfully, but these errors were encountered: