Unable to deploy Kafka when createGlobalResources is set to false #6289
Replies: 3 comments 9 replies
-
That is not correct. IIRC, what this mode does is that it will not install the global resources such as the ClusterRoles or ClusterRoleBindings. But it expects you to do so outside of the Helm Installation (at least for the ClusterRoles and CRDs). See #1436 for more details. You can in theory not install the ClusterRoleBindings and have some basic functionality. But there will be some limitations to what the operator can do (no rack awareness, storage resizing, node port listeners). You would also still need to install the ClusterRoles for it. |
Beta Was this translation helpful? Give feedback.
-
I also initially tried this. There are two scenarios where it would be useful (related) a) In development -- two sub-scenarios (where I have my own cluster/full permissions as needed)
One possible mitigation would be use of helm conditions so that my parent chart could at least use a value to specify whether to include the strimzi chart or not. Then in the documentation the steps could be either: |
Beta Was this translation helpful? Give feedback.
-
Hi. Just trying to find a correct solution for our needs. We need to have 2 operators in one cluster in 2 different namespaces. Deployment configuration should be the same. When I'm trying to install the Strimzi operator into a second namespace I'm getting an error with a naming conflict that cluster resources owned by the first namespace. I understand that I can set But what about to add into global resources name preffix/suffix which can be set by values of the helm chart? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Experts,
While trying to deploy Strimzi version 0.27, we tried to set the flag: createGlobalResources to "false" in Values.yaml.
To our understanding, it means strimzi should work fine when used for managing Kafka within a namespace, this not needing global resources.
But we are not able to deploy Kafka within a namespace. We observe service account and authorization related errors as below:
Could you please suggest? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions