Commit 4657f1f1 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #17210 from johscheuer/master

Auto commit by PR queue bot
parents 7780c171 48338eec
...@@ -99,7 +99,9 @@ $ export CONTEXT=$(kubectl config view | grep current-context | awk '{print $2}' ...@@ -99,7 +99,9 @@ $ export CONTEXT=$(kubectl config view | grep current-context | awk '{print $2}'
Then update the default namespace: Then update the default namespace:
```console ```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 ## Namespaces and DNS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment