-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"parameter 'identityResourceID' cannot be empty" when using default MSI #41
Comments
Perhaps the check of
|
can you paste the kubeconfig? you can trim off the sensitive part |
@adrianwyatt @weinong can we close this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logging in with type "MSI" (i.e.
-l msi
) later fails withparameter 'identityResourceID' cannot be empty
. These commands are being run on an Azure VMSS with a system-assigned identity.Repro commands:
az login --identity
az account set -s {subscription}
sudo az aks get-credentials --resource-group {resourceGroup} --name {clusterName} --overwrite-existing
sudo kubelogin convert-kubeconfig -l msi
sudo kubectl get nodes
At this point we are seeing this error consistently when using any kubectl commands that access the cluster.
The text was updated successfully, but these errors were encountered: