Known issue - Existing Kubernetes compute can't be updated with az ml compute attach command

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

Symptoms

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.

Cause

The az ml compute attach command currently does not support updating existing Kubernetes compute.

Next steps