Describe the bug
The gcr.io/kubebuilder/kube-rbac-proxy image was deprecated early this year and removed yesterday. Now the operator pod does not start anymore cc @kubealex
To Reproduce
Steps to reproduce the behavior:
The operator is put in ImagePullBackOff directly
Expected behavior
The project needs to use another image for this or needs to migrate to the new way to do this in kubebuilder.
There is an example of what to do here: splunk/splunk-operator#1418
Describe the bug
The
gcr.io/kubebuilder/kube-rbac-proxyimage was deprecated early this year and removed yesterday. Now the operator pod does not start anymore cc @kubealexTo Reproduce
Steps to reproduce the behavior:
The operator is put in
ImagePullBackOffdirectlyExpected behavior
The project needs to use another image for this or needs to migrate to the new way to do this in kubebuilder.
There is an example of what to do here: splunk/splunk-operator#1418