Skip to content
Discussion options

You must be logged in to vote

I'm not sure this is possible with our Helm Chart. There are some ClusterRoleBindings (for example https://github.com/strimzi/strimzi-kafka-operator/blob/master/helm-charts/helm3/strimzi-kafka-operator/templates/021-ClusterRoleBinding-strimzi-cluster-operator.yaml) which have a fixed name. And these will be created to point to the service account used by the operator. So when you install the Helm Chart multiple times, these resources will be overwriting each other. So only one operator will have the correct RBAC rights and the others will be getting errors.

I guess the createGlobalResources=false doesn't create the cluster-scoped resources at all and that is why nothing woks in trial 2. I…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@poksiala
Comment options

@scholzj
Comment options

@scholzj
Comment options

@selsinan
Comment options

@scholzj
Comment options

Answer selected by poksiala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants