1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 19:45:09 +02:00
tldr/pages/common/kubens.md
2018-12-01 17:56:40 +00:00

15 lines
195 B
Markdown

# kubens
> Utility to switch between Kubernetes namespaces.
- List the namespaces:
`kubens`
- Change the active namespace:
`kubens {{name}}`
- Switch to the previous namespace:
`kubens -`