Skip to content

Commit

Permalink
Validate namespace preference in current context with --minify option
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Srb <[email protected]>
  • Loading branch information
msrb committed Sep 19, 2019
1 parent 9da5cd4 commit 275ddbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 275ddbe

Please sign in to comment.