mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-24 17:02:17 +00:00
initial ldap documentation effort
This commit is contained in:
parent
b5bbc4e7a8
commit
da2e233319
2 changed files with 12 additions and 0 deletions
0
ldap/.gitkeep
Normal file
0
ldap/.gitkeep
Normal file
12
ldap/procedure.md
Normal file
12
ldap/procedure.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
Install pinniped CLI:
|
||||
```shell
|
||||
curl -Lso pinniped https://get.pinniped.dev/v0.23.0/pinniped-cli-linux-amd64 \
|
||||
&& chmod +x pinniped \
|
||||
&& sudo mv pinniped /usr/local/bin/pinniped
|
||||
```
|
||||
|
||||
Install pinniped supervisor:
|
||||
```shell
|
||||
kubectl apply -f https://get.pinniped.dev/v0.23.0/install-pinniped-supervisor.yaml
|
||||
```
|
||||
|
Loading…
Reference in a new issue