Clarify further kubens vs kns

This commit is contained in:
Jerome Petazzoni
2018-11-01 13:43:37 -05:00
parent f23272d154
commit 4a447c7bf5

View File

@@ -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`