initial ldap documentation effort

This commit is contained in:
John Bowdre 2023-04-20 12:41:55 -05:00
parent b5bbc4e7a8
commit da2e233319
2 changed files with 12 additions and 0 deletions

0
ldap/.gitkeep Normal file
View file

12
ldap/procedure.md Normal file
View 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
```