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
After using az cloud set --name AzureUSGovernment then login with az login and verifying the correct environment with az account show --query environmentName using kubectl aks config import --subscription --resource-group --cluster-name I get and error
Error: getting VMSS VMs via Azure API: getting cluster: GET https://management.azure.com/subscriptions/<sub-id>/resourceGroups/<rg-name>/providers/Microsoft.ContainerService/managedClusters/<cluster-name>
I would expect the plugin to try to use the management endpoint from az cloud show --name AzureUSGovernment
The text was updated successfully, but these errors were encountered:
After using
az cloud set --name AzureUSGovernment
then login withaz login
and verifying the correct environment withaz account show --query environmentName
using kubectl aks config import --subscription --resource-group --cluster-name I get and errorError: getting VMSS VMs via Azure API: getting cluster: GET https://management.azure.com/subscriptions/<sub-id>/resourceGroups/<rg-name>/providers/Microsoft.ContainerService/managedClusters/<cluster-name>
I would expect the plugin to try to use the management endpoint from
az cloud show --name AzureUSGovernment
The text was updated successfully, but these errors were encountered: