mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-22 08:02:17 +00:00
finish first draft of ldap config procedure
This commit is contained in:
parent
ecfa27c913
commit
2c6281ae8a
1 changed files with 17 additions and 0 deletions
|
@ -308,3 +308,20 @@ spec:
|
||||||
EOF
|
EOF
|
||||||
kubectl apply -f pinniped-concierge.yaml
|
kubectl apply -f pinniped-concierge.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configure ClusterRoleBinding
|
||||||
|
```shell
|
||||||
|
kubectl create clusterrolebinding let-me-edit \
|
||||||
|
--clusterrole edit \
|
||||||
|
--user john@lab.bowdre.net
|
||||||
|
```
|
||||||
|
|
||||||
|
Export Pinniped-enhanced kubeconfig
|
||||||
|
```shell
|
||||||
|
pinniped get kubeconfig > pinniped-kubeconfig
|
||||||
|
```
|
||||||
|
|
||||||
|
Log in with Pinniped/AD
|
||||||
|
```shell
|
||||||
|
kubectl get namespaces --kubeconfig ./pinniped-kubeconfig
|
||||||
|
```
|
Loading…
Reference in a new issue