mirror of https://github.com/kubernetes/kops.git
15 lines
400 B
YAML
15 lines
400 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: kops:system:kubelet-api-admin
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: system:kubelet-api-admin
|
|
subjects:
|
|
# TODO: perhaps change the client cerificate, place into a group and using a group selector instead?
|
|
- apiGroup: rbac.authorization.k8s.io
|
|
kind: User
|
|
name: kubelet-api
|