Replace RBAC for cluster level permissions #5434
Unanswered
pashafirdous1
asked this question in
Q&A
Replies: 1 comment
-
First of all, keep in mind that the cluster level permissions are there for a reason. So disabling them will mean that you will be unable to use some functionality ... such as rack-awareness (especially the rack-awareness is usually a must-have for production), node ports or volume resizing. So if you don't use the cluster level RBAC, you should not use these features either. Normally, it should be easy - if you do not deploy the ClusterRole / ClusterRoleBinding resources, it should be able to detect it and not use them. So if you have some other error than not being able to use some features, please share more details. |
Beta Was this translation helpful? Give feedback.
0 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 ,
we want to limit the RBAC permissions installed with Kafka-operator/kafka-components as we have only namespaced deployments of kafka.
we have several clusterrole/clusterrolebindings in the cluster-operator and we would like to replace them with roles/rolebindings.
we error out when we change the RBAC.
Could we get some advice on limiting the RBAC permissions to namespace level?
regards
Beta Was this translation helpful? Give feedback.
All reactions