-
Notifications
You must be signed in to change notification settings - Fork 3.4k
unrecognized authorization error k8s-extension #25654
Copy link
Copy link
Closed
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botCXP AttentionThis issue is handled by CXP team.This issue is handled by CXP team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackMore information is needed from author to address the issue.More information is needed from author to address the issue.no-recent-activityThere has been no recent activity on this issue.There has been no recent activity on this issue.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botCXP AttentionThis issue is handled by CXP team.This issue is handled by CXP team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-author-feedbackMore information is needed from author to address the issue.More information is needed from author to address the issue.no-recent-activityThere has been no recent activity on this issue.There has been no recent activity on this issue.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Fields
Give feedbackNo fields configured for issues without a type.
Related command
az k8s-extension createDescribe the bug
I am trying to install AzureML extensions to AKS using this URL.
https://learn.microsoft.com/en-us/azure/machine-learning/how-to-deploy-kubernetes-extension?tabs=deploy-extension-with-cli#azure-machine-learning-extension-deployment---cli-examples-and-azure-portal
I get however this error,
To Reproduce
Run
az extension update -n k8s-extensionaz k8s-extension create --name azureml --extension-type Microsoft.AzureML.Kubernetes --cluster-name CLUSTER_NAME --resource-group RESOURCE_GROUP --cluster-type managedClusters --config enableTraining=True enableInference=True allowInsecureConnections=True inferenceRouterServiceType=LoadBalancer inferenceRouterHA=FalseExpected behavior
Install the azureml extension
Environment summary
Additional context
Related existing issue: Azure/azure-cli-extensions#5144
But created one here as this one is for v2