The az aks get-credentials command quits with an error if some default entries aren't present in the user's kubeconfig file. This works around that, since az capi shells out to that command.
History Notes
This checklist is used to make sure that common guidelines for an Azure CLI pull request are followed.
Description
The
az aks get-credentials
command quits with an error if some default entries aren't present in the user's kubeconfig file. This works around that, sinceaz capi
shells out to that command.History Notes
This checklist is used to make sure that common guidelines for an Azure CLI pull request are followed.