Joey Chen
Joey Chen
@mortenjoenby! This really looks like an ongoing outage because the error looks familiar. I am OOO now so cannot compare. Try to check if there is any resource health alert....
> Hi @JoeyC-Dev . I did actually create a support ticket this morning, and we had a meeting with Azure support. We had quite a few health alerts on that...
It looks like this issue is not reproducible via `az-cli`. The reproduce script I used is below: ```bash # AKS issue 4346 # Basic parameter ranNum=$(echo $RANDOM) rG=aks-subcase-${ranNum} aks=aks-subcase-${ranNum} vnet=aks-vnet...
@FumingZhang Thanks for the fix. But the current description may lead to misleading: The default value is being changed to `false` but mentioned `true` here.  I understand that the...
I faced this issue before, not sure why conversion is failed, but my workaround is: 1. DO NOT execute `kubelogin convert-kubeconfig -l azurecli` 2. Execute `kubelogin remove-tokens` 3. Use `az...