Created
August 15, 2023 21:37
-
-
Save xsqian/cdcef2d2b7767fb5c67170e197168289 to your computer and use it in GitHub Desktop.
how to set the default namespace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl config set-context --current --namespace=<insert-namespace-name-here> | |
# Validate it | |
kubectl config view --minify | grep namespace: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment