mirror of https://github.com/kubernetes/kops.git
add kube-system psp to system:nodes
This commit is contained in:
parent
09ba9e4d86
commit
e6c61d68fd
|
|
@ -58,11 +58,9 @@ subjects:
|
|||
- kind: User
|
||||
name: kubelet
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
{{- if UseBootstrapTokens }}
|
||||
- kind: Group
|
||||
name: system:nodes
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
{{- end }}
|
||||
---
|
||||
kind: RoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
|
|
|||
Loading…
Reference in New Issue