Upgrading to Awx 9.0.0

Hi, I’m tryng to upgrade 18 to 19.0.0

I’ve minikube kubectl – apply -f https://raw.githubusercontent.com/ansible/awx-operator/devel/deploy/awx-operator.yaml

minikube kubectl get pods:

awx-operator-f768499d-cstw4 0/1 ErrImagePull 0 6m2s

minikube kubectl logs – -f awx-operator-f768499d-cstw4
Error from server (BadRequest): container “awx-operator” in pod “awx-operator-f768499d-cstw4” is waiting to start: trying and failing to pull image

Can you help me to fix?
Thankyou regards

Hey there,
it seems like the used image is not yet deployed to qay.io, see this bug for reference: https://github.com/ansible/awx-operator/issues/190

For a temporary fix, it seems you might be able to get the latest operator with the “latest” tag. You could try to clone the repository and change the line "image: “quay.io/ansible/awx-operator:0.8.0

to image: “quay.io/ansible/awx-operator:latest”.
Will try this now, since i have the same problem.

Sorry, meant to write “:devel”

:devel works fine

Thank you

Now I’ve to fix awx-postgres-0 CreateContainerConfigError :frowning:

I guess in the same situation as you. Did you solve it?

Error from server (BadRequest): container “postgres” in pod “awx-postgres-0” is waiting to start: CreateContainerConfigError

2021년 4월 8일 목요일 오후 4시 27분 41초 UTC+9에 Uzzi님이 작성: