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
|
- kind: User
|
||||||
name: kubelet
|
name: kubelet
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
{{- if UseBootstrapTokens }}
|
|
||||||
- kind: Group
|
- kind: Group
|
||||||
name: system:nodes
|
name: system:nodes
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
{{- end }}
|
|
||||||
---
|
---
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue