mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
kubectx: add 2 command examples (#12935)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user