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

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}}`