Update RBAC docs for v1 (#5445)
This commit is contained in:
committed by
Steve Perry
parent
178a2d0f26
commit
2a7a878d0e
@@ -100,7 +100,7 @@ First, update the following fields in your YAML file:
|
||||
If RBAC is enabled on your cluster, you must update the `system:kube-scheduler` cluster role. Add you scheduler name to the resourceNames of the rule applied for endpoints resources, as in the following example:
|
||||
```
|
||||
$ kubectl edit clusterrole system:kube-scheduler
|
||||
- apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
- apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user