tldr/pages/common/kubens.md

16 lines
195 B
Markdown
Raw Normal View History

2018-12-01 17:56:40 +00:00
# kubens
> Utility to switch between Kubernetes namespaces.
- List the namespaces:
`kubens`
- Change the active namespace:
`kubens {{name}}`
- Switch to the previous namespace:
`kubens -`