We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1f92c commit f638d53Copy full SHA for f638d53
README.md
account.yaml
@@ -0,0 +1,18 @@
1
+apiVersion: v1
2
+kind: ServiceAccount
3
+metadata:
4
+ name: kubernetes-client
5
+ namespace: kube-system
6
+---
7
+apiVersion: rbac.authorization.k8s.io/v1
8
+kind: ClusterRoleBinding
9
10
+ name: client-account
11
+roleRef:
12
+ apiGroup: rbac.authorization.k8s.io
13
+ kind: ClusterRole
14
+ name: cluster-admin
15
+subjects:
16
+- kind: ServiceAccount
17
18
docs/arch.png
68.3 KB
docs/arch.pptx
40 KB
docs/arch.svg
0 commit comments