Validate namespace preference in current context with --minify option (#16448)

Signed-off-by: Michal Srb <michal@redhat.com>
This commit is contained in:
Michal Srb
2019-09-25 13:44:02 -04:00
committed by Kubernetes Prow Robot
parent e2da611c77
commit 351a306344
@@ -82,7 +82,7 @@ context.
```shell
kubectl config set-context --current --namespace=<insert-namespace-name-here>
# Validate it
kubectl config view | grep namespace:
kubectl config view --minify | grep namespace:
```
## Namespaces and DNS