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
The above example will change the scope of your project to a single Namespace. In this scenario,
108
+
it is also suggested to restrict the provided authorization to this namespace by replacing the default
109
+
ClusterRole and ClusterRoleBinding to Role and RoleBinding respectively
110
+
For further information see the kubernetes documentation about Using [RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/).
111
+
112
+
Also, it is possible to use the MultiNamespacedCacheBuilder to watch a specific set of namespaces:
For further information see [MultiNamespacedCacheBuilder](https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/cache#MultiNamespacedCacheBuilder)
0 commit comments