Hello,
I followed the procedure for upgrading awx-operator but the awx-operator-controller-manager will not be running.
The issue seems to be the image:
Warning Failed 7m38s (x3 over 8m23s) kubelet Failed to pull image “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98”: rpc error: code = NotFound desc = failed to pull and unpack image “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98”: failed to resolve reference “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98”: quay.io/ansible/awx-operator:0.28.0-9-g1bddb98: not found
Warning Failed 7m38s (x3 over 8m23s) kubelet Error: ErrImagePull
Warning Failed 7m3s (x6 over 8m22s) kubelet Error: ImagePullBackOff
Normal Pulling 6m52s (x4 over 8m23s) kubelet Pulling image “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98”
Normal BackOff 3m9s (x22 over 8m22s) kubelet Back-off pulling image “quay.io/ansible/awx-operator:0.28.0-9-g1bddb98”
So, I’ve tried to replace the version in kustomization.yaml like that be it isn’t working:
[…]
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/ansible/awx-operator
newTag: 0.28.0
Has anyone an Idea where is the problem and how to solve it?
Thank you a lot for your help