You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any example that we can extend tenant role bindings to apply cluster level?
We have a use case where my ingress controller have some cluster level roles and bindings which are not possible to apply with existing tenant role bindings.
Can you suggest how can we go with this issue?
The text was updated successfully, but these errors were encountered:
Place the ingress controller Flux HelmRelease or Flux Kustomization in the flux-system namespace and set the service account to either helm-controller or kustomize-controller. Or you could create a dedicated tenant for cluster admins, where you would modify the RoleBinding to be a ClusterRoleBinding.
Thanks @stefanprodan . We have followed the same way for deploying cluster level tools. But we have some other applications which we want to go with tenant level. Yes, i am thinking of creating a new tenant create new service account but i am having difficulty what set of RBAC we should give it that tenant to have access to apply changes at cluster role.
Is there any example that we can extend tenant role bindings to apply cluster level?
We have a use case where my ingress controller have some cluster level roles and bindings which are not possible to apply with existing tenant role bindings.
Can you suggest how can we go with this issue?
The text was updated successfully, but these errors were encountered: