Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Known issue - Existing Kubernetes compute can't be updated with
In this article
APPLIES TO:
Azure CLI ml extension v2 (current)
Python SDK azure-ai-ml v2 (current)
Updating a Kubernetes attached compute instance using the az ml attach
command appears to succeed but doesn't.
Status: Open
Problem area: Inferencing
When running the command az ml compute attach --resource-group <resource-group-name> --workspace-name <workspace-name> --type Kubernetes --name <existing-attached-compute-name> --resource-id "<cluster-resource-id>" --namespace <kubernetes-namespace>
, The CLI returns a success message indicating that the compute has been successfully updated. However the compute won't be updated.
The az ml compute attach
command currently does not support updating existing Kubernetes compute.