mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-26 16:21:21 +00:00
Clarify further kubens vs kns
This commit is contained in:
@@ -205,9 +205,7 @@ Note: it might take a minute or two for the app to be up and running.
|
||||
kubectl config set-context --current --namespace=foo
|
||||
```
|
||||
|
||||
- We can also use a little helper tool called `kubens`.
|
||||
|
||||
(These examples are for illustration, and are not functional.)
|
||||
- We can also use a little helper tool called `kubens`:
|
||||
|
||||
```bash
|
||||
# Switch to namespace foo
|
||||
@@ -216,6 +214,10 @@ Note: it might take a minute or two for the app to be up and running.
|
||||
kubens -
|
||||
```
|
||||
|
||||
- On our clusters, `kubens` is called `kns` instead
|
||||
|
||||
(so that it's even fewer keystrokes to switch namespaces)
|
||||
|
||||
---
|
||||
|
||||
## `kubens` and `kubectx`
|
||||
|
||||
Reference in New Issue
Block a user