已知问题 - 无法使用 az ml compute attach 命令更新现有 Kubernetes 计算

适用范围:Azure CLI ml 扩展 v2(最新版)Python SDK azure-ai-ml v2(最新版)

使用 az ml attach 命令更新 Kubernetes 附加的计算实例似乎会成功,但不会成功。

状态:待处理

问题区域: 推理

现象

运行命令 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>时,CLI 将返回一条成功消息,指示计算已成功更新。 但是不会更新计算。

原因

az ml compute attach 命令当前不支持更新现有的 Kubernetes 计算。

后续步骤