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:
parent
f1d0051ee8
commit
f94e54accf
1 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,14 @@
|
||||||
|
|
||||||
`kubectx -`
|
`kubectx -`
|
||||||
|
|
||||||
|
- Rename a named context:
|
||||||
|
|
||||||
|
`kubectx {{alias}}={{name}}`
|
||||||
|
|
||||||
|
- Show the current named context:
|
||||||
|
|
||||||
|
`kubectx -c`
|
||||||
|
|
||||||
- Delete a named context:
|
- Delete a named context:
|
||||||
|
|
||||||
`kubectx -d {{name}}`
|
`kubectx -d {{name}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue