Skip to content

Commit f638d53

Browse files
author
root
committed
init project
1 parent 1d1f92c commit f638d53

File tree

5 files changed

+279
-1
lines changed

5 files changed

+279
-1
lines changed

README.md

Lines changed: 260 additions & 1 deletion
Large diffs are not rendered by default.

account.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
metadata:
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+
name: kubernetes-client
18+
namespace: kube-system

docs/arch.png

68.3 KB
Loading

docs/arch.pptx

40 KB
Binary file not shown.

docs/arch.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)