mirror of https://github.com/k3s-io/k3s
17 lines
469 B
YAML
17 lines
469 B
YAML
![]() |
# This binding gives the kube-apiserver user full access to the kubelet API
|
||
![]() |
apiVersion: rbac.authorization.k8s.io/v1
|
||
![]() |
kind: ClusterRoleBinding
|
||
|
metadata:
|
||
![]() |
name: kube-apiserver-kubelet-api-admin
|
||
![]() |
labels:
|
||
|
kubernetes.io/cluster-service: "true"
|
||
![]() |
addonmanager.kubernetes.io/mode: Reconcile
|
||
![]() |
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: ClusterRole
|
||
![]() |
name: kubelet-api-admin
|
||
![]() |
subjects:
|
||
![]() |
- apiGroup: rbac.authorization.k8s.io
|
||
![]() |
kind: User
|
||
|
name: kube-apiserver
|