Merge pull request #17210 from johscheuer/master

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-11-17 00:21:02 -08:00
commit 4657f1f112

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