Skip to content
New issue

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

Unable to deploy new instance FailedToRetrieveImagePullSecret #1944

Closed
3 tasks done
Keith-Nowosielski-SJSU opened this issue Aug 16, 2024 · 1 comment
Closed
3 tasks done

Comments

@Keith-Nowosielski-SJSU
Copy link

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.

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

@Keith-Nowosielski-SJSU
Copy link
Author

Tried different settings and was able to get it to work, however I couldn't say what change and why it made a difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant