mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
14 lines
321 B
YAML
14 lines
321 B
YAML
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
|
kind: ClusterRoleBinding
|
||
|
|
metadata:
|
||
|
|
name: system:kube-apiserver
|
||
|
|
namespace: ""
|
||
|
|
roleRef:
|
||
|
|
apiGroup: rbac.authorization.k8s.io
|
||
|
|
kind: ClusterRole
|
||
|
|
name: system:kube-apiserver-to-kubelet
|
||
|
|
subjects:
|
||
|
|
- apiGroup: rbac.authorization.k8s.io
|
||
|
|
kind: User
|
||
|
|
name: kubernetes
|