You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug az aks get-credentials runs fine but writes only to /Users/xs/.kube/config despite export KUBECONFIG=$HOME/.config/kube/config. Yes, the specified KUBECONFIG file does exist and even has 4 contexts in it.
To Reproduce az aks get-credentials -n <cluster name> -g <resource group>. I currently have 4 other contexts in my KUBECONFIG.
Expected behavior
The new config for the cluster should be added to the existing kubeconfig file.
Environment summary
Installed with brew on M1 MacBook. (darwin/arm64, BigSur)
az version:
The text was updated successfully, but these errors were encountered:
ghost
added
needs-triage
This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Jun 30, 2021
ghost
removed
the
needs-triage
This is a new issue that needs to be triaged to the appropriate team.
label
Jul 1, 2021
yonzhan
added
Service Attention
This issue is responsible by Azure service team.
and removed
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Jul 1, 2021
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm.
Issue Details
az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug az aks get-credentials runs fine but writes only to /Users/xs/.kube/config despite export KUBECONFIG=$HOME/.config/kube/config. Yes, the specified KUBECONFIG file does exist and even has 4 contexts in it.
To Reproduce az aks get-credentials -n <cluster name> -g <resource group>. I currently have 4 other contexts in my KUBECONFIG.
Expected behavior
The new config for the cluster should be added to the existing kubeconfig file.
Environment summary
Installed with brew on M1 MacBook. (darwin/arm64, BigSur)
az version:
Describe the bug
az aks get-credentials
runs fine but writes only to/Users/xs/.kube/config
despiteexport KUBECONFIG=$HOME/.config/kube/config
. Yes, the specified KUBECONFIG file does exist and even has 4 contexts in it.To Reproduce
az aks get-credentials -n <cluster name> -g <resource group>
. I currently have 4 other contexts in my KUBECONFIG.Expected behavior
The new config for the cluster should be added to the existing kubeconfig file.
Environment summary
Installed with brew on M1 MacBook. (darwin/arm64, BigSur)
az version:
kubectl version --client
:The text was updated successfully, but these errors were encountered: