1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

kubectx: add 2 command examples (#12935)

This commit is contained in:
Tran Dinh Dong 2024-06-12 20:08:51 +07:00 committed by GitHub
parent f1d0051ee8
commit f94e54accf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,14 @@
`kubectx -`
- Rename a named context:
`kubectx {{alias}}={{name}}`
- Show the current named context:
`kubectx -c`
- Delete a named context:
`kubectx -d {{name}}`