1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-29 03:40:55 +00:00

🔧 Add permissions to set node status

This commit is contained in:
Eric Briand 2018-10-17 15:57:16 +02:00 committed by Alena Prokharchyk
parent b7d98733cf
commit b324973081

View File

@ -172,6 +172,13 @@ rules:
- get - get
- list - list
- watch - watch
- apiGroups:
- ''
resources:
- nodes/status
verbs:
- patch
- update
--- ---
apiVersion: rbac.authorization.k8s.io/v1beta1 apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding kind: ClusterRoleBinding