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:
parent
0ad8632483
commit
3c9e108c1a
1 changed files with 15 additions and 0 deletions
15
pages/common/kubens.md
Normal file
15
pages/common/kubens.md
Normal 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 -`
|
Loading…
Add table
Reference in a new issue