1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 11:35:42 +02:00

kubens: add page (#2617)

This commit is contained in:
Ivan Aracki 2018-12-01 18:56:40 +01:00 committed by Starbeamrainbowlabs
parent 0ad8632483
commit 3c9e108c1a

15
pages/common/kubens.md Normal file
View file

@ -0,0 +1,15 @@
# kubens
> Utility to switch between Kubernetes namespaces.
- List the namespaces:
`kubens`
- Change the active namespace:
`kubens {{name}}`
- Switch to the previous namespace:
`kubens -`