mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-21 15:42:19 +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
|
@ -307,4 +307,21 @@ spec:
|
|||
LS0tDQo=
|
||||
EOF
|
||||
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