deploy strimzi via helm without cluster-level permissions #11258
Replies: 2 comments 4 replies
-
Hi, you can specify the Namespaces that CO should watch using the |
Beta Was this translation helpful? Give feedback.
-
To start, you should probably explain what is cluster-wide permission. Please keep in mind that some of the key features for production ready Kafka (such as rack awareness for example) require cluster-level permissions such as listing nodes. Also, given the nature of CRDs and ClusterRoles, you always need to create resources outside of the namespace you plan to use. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, we are trying to deploy strimzi via helm in an environment where we cannot change permissions at the cluster level.
In a few words in our case strimzi only needs to manage one cluster kafka and kafkaconnect within the same namespace.
In the helm/templates dir there are many files with the same names and it is not very clear to us which of them we need to use/edit.
Are there any example files for such a configuration?
Can you please help us?
Beta Was this translation helpful? Give feedback.
All reactions