Updated install for kubectl windows and kube-token
This commit is contained in:
parent
2b47ed900a
commit
7b282c3168
@ -251,5 +251,8 @@ chmod o-r ~/.kube/config
|
||||
chmod g-r ~/.kube/config
|
||||
```
|
||||
|
||||
#### Install kubectl for Windows
|
||||
- https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/
|
||||
|
||||
#### References
|
||||
- https://kubernetes.io/docs/setup/production-environment/container-runtimes/#docker
|
||||
|
12
kube-token/admin-role-binding.yml
Normal file
12
kube-token/admin-role-binding.yml
Normal file
@ -0,0 +1,12 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: admin-user
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: cluster-admin
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: admin-user
|
||||
namespace: kube-system
|
5
kube-token/dashboard-adminuser.yml
Normal file
5
kube-token/dashboard-adminuser.yml
Normal file
@ -0,0 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: admin-user
|
||||
namespace: kube-system
|
Loading…
Reference in New Issue
Block a user