mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
dexter: add page (#3040)
This commit is contained in:
parent
8be8ce8380
commit
a269fe7595
12
pages/common/dexter.md
Normal file
12
pages/common/dexter.md
Normal file
@ -0,0 +1,12 @@
|
||||
# dexter
|
||||
|
||||
> Tool for authenticating the kubectl users with OpenId Connect.
|
||||
> Homepage: <https://github.com/gini/dexter>.
|
||||
|
||||
- Create and authenticate a user with Google OIDC:
|
||||
|
||||
`dexter auth -i {{client-id}} -s {{client-secret}}`
|
||||
|
||||
- Override the default kube config location:
|
||||
|
||||
`dexter auth -i {{client-id}} -s {{client-secret}} --kube-config {{sample/config}}`
|
Loading…
Reference in New Issue
Block a user