Skip to content

Commit 3b92e29

Browse files
committed
Changed to sdk v1
1 parent d8fc694 commit 3b92e29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/machine-learning/known-issues/inferencing-invalid-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ During machine learning deployments using an AKS cluster, you may receive an inv
1717

1818

1919

20-
[!INCLUDE [dev v2](../includes/machine-learning-dev-v2.md)]
20+
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2121

2222
**Status:** Open
2323

articles/machine-learning/known-issues/inferencing-updating-kubernetes-compute-appears-to-succeed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Updating a Kubernetes attached compute instance using the `az ml attach` command
2424

2525
## Symptoms
2626

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.
27+
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.
2828

2929
## Cause
3030

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.
31+
The "az ml compute attach" command currently does not support update existing Kubernetes compute.
3232

3333

3434
## Next steps

0 commit comments

Comments
 (0)