Open RoFz opened 1 year ago
Hi @RoFz,
2.53.0 is not the latest Azure CLI(2.53.1).
If you haven't already attempted to do so, please upgrade to the latest Azure CLI version by following https://learn.microsoft.com/en-us/cli/azure/update-azure-cli.
Thank you for opening this issue, we will look into it.
Issue is the same with latest Azure CLI(2.53.1).
Any updates on this. We face the same problems.
Got same issue, any updates?
Describe the bug
az aks command invoke
fails withKubernetesPerformanceError
with an AAD + RBAC-enabled clusterRelated command
az aks command invoke -g $rgname -n $aksname --command "kubectl get ns"
Errors
Issue script & Debug output
Expected behavior
Environment Summary
Additional context
Cluster created with:
A cluster created without the --enable-aad and --enable-azure-rbac works fine.
This replicates issues #22738 and #23203.
Cluster's subnet has a route table with a single route pointing 0.0.0.0/0 Address prefix to Internet (Next Hop type).