Fixed minor error in docs for namespaces

This commit is contained in:
Johannes Scheuermann 2015-11-13 11:12:50 +01:00
parent e86c3de65b
commit 48338eece1

View File

@ -99,7 +99,9 @@ $ export CONTEXT=$(kubectl config view | grep current-context | awk '{print $2}'
Then update the default namespace:
```console
$ kubectl config set-context $(CONTEXT) --namespace=<insert-namespace-name-here>
$ kubectl config set-context $CONTEXT --namespace=<insert-namespace-name-here>
# Validate it
$ kubectl config view | grep namespace:
```
## Namespaces and DNS