You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,11 +24,11 @@ Updating a Kubernetes attached compute instance using the `az ml attach` command
24
24
25
25
## Symptoms
26
26
27
-
When running the command `az ml compute attach --resource-group <rgname> --workspace-name <ws name> --type Kubernetes --name <existing attached compute name(aaaaa)> --resource-id "<resource URI>" --namespace <deployment name>`, the Workspace UI will display a success message indicating that the compute update was successful, however the compute will not have changed.
27
+
When running the command `az ml compute attach --resource-group <rgname> --workspace-name <ws name> --type Kubernetes --name <existing attached compute name(aaaaa)> --resource-id "<resource URI>" --namespace <deployment name>`, the Workspace UI displays a success message indicating that the compute update was successful, however the compute won't have changed.
28
28
29
29
## Cause
30
30
31
-
The `az ml compute attach` command is not currently supported for use with Kubernetes compute. At this time, the CLI v2 and SDK v2 do not allow updating any configuration of an existing Kubernetes compute.
31
+
The `az ml compute attach` command isn't currently supported for use with Kubernetes compute. At this time, the CLI v2 and SDK v2 don't allow updating any configuration of an existing Kubernetes compute.
0 commit comments