Strimzi Cluster Operator down after upgrading to 0.35.1 from 0.27.1 #8829
Sai-Charan-Madhvaraj
started this conversation in
General
Replies: 1 comment 8 replies
-
0.27->0.35 is a big jump. So yes, it is likely that there were some RBAC resource changes. You need to make sure the RBAC resources are installed properly according to the version you are upgrading to. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We are trying to upgrade strimzi from version 0.27.1 to 0.35.1 directly and Strimzi Cluster operator pod was down with error.
Basically its complaining for access for all api resources of kafka.strimzi.io and core.strimzi.io, Please see below error in logs.
Upon investigating, we found that there is a new Cluster role strimzi-cluster-operator-watched where all API permissions has moved to this cluster role instead of strimzi-cluster-operator-namespaced which was case in 0.27.1.
Below are the changes in strimzi cluster operator deployment file
Beta Was this translation helpful? Give feedback.
All reactions