We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following can be applied for any setup with 2 clusters
Steps:
contexts: - context: cluster: "api-sandbox-m3-1530-p1-openshiftapps-com:6443" namespace: "adietish-dev" user: "adietish/api-sandbox-m3-1530-p1-openshiftapps-com:6443" name: "adietish-dev/api-sandbox-m3-1530-p1-openshiftapps-com:6443/adietish" - context: cluster: "minikube" namespace: "default" user: "minikube" name: "minikube"
~/.kube/config
Result: "namespace" for "minikube" was set to "<YOUR_USERID>-dev" (was "default")
- context: cluster: "minikube" namespace: "adietish-dev" user: "minikube" name: "minikube"
The text was updated successfully, but these errors were encountered:
dont set namespace when switching (kubeconfig) context (redhat-develo…
56781f8
…per#669) Signed-off-by: Andre Dietisheim <[email protected]>
3370f31
dont set namespace when switching (kubeconfig) context (#669)
3e1cf9e
Signed-off-by: Andre Dietisheim <[email protected]>
adietish
Successfully merging a pull request may close this issue.
The following can be applied for any setup with 2 clusters
Steps:
~/.kube/config
in an editor and verify the "namespace" for "minikube"Result:
"namespace" for "minikube" was set to "<YOUR_USERID>-dev" (was "default")
The text was updated successfully, but these errors were encountered: