Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-13 00:14:42 +00:00
parent 5cc33140be
commit 038e245f61
12 changed files with 42 additions and 34 deletions

View File

@@ -20,6 +20,14 @@ source: https://github.com/tldr-pages/tldr.git
`kubectx -`
- Rename a named context:
`kubectx {{alias}}={{name}}`
- Show the current named context:
`kubectx -c`
- Delete a named context:
`kubectx -d {{name}}`