strimzi operator running namespaced


dfernandez@...
 

Hi guys,

I am trying to intall Strimzi operator 0.29 but i am running on a multi tenant kubenetes cluster so I have limited permission. for example I can't create clusterroles/roles objects.

Is there a way that the operator could run on a namespaced level with less permission over the cluster?

 

thanks!


Jakub Scholz
 

Strimzi requires access to some cluster wide resources for some important features such as rack awareness. It is also required for example for node-port access or disk resizing. You can disable some of them if you do not need them, but at minimum you would need to create the CRDs and the ClusterRoles. The ClusterRoleBindings might be possibly changed to RoleBindings if you are willing to sacrifice the features.

Thanks & Regards
Jakub

On Tue, Jun 21, 2022 at 8:47 PM <dfernandez@...> wrote:

Hi guys,

I am trying to intall Strimzi operator 0.29 but i am running on a multi tenant kubenetes cluster so I have limited permission. for example I can't create clusterroles/roles objects.

Is there a way that the operator could run on a namespaced level with less permission over the cluster?

 

thanks!