Skip to content

Commit b154d76

Browse files
authored
Update ai-toolchain-operator.md
1 parent 281d86b commit b154d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/ai-toolchain-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The following sections describe how to create an AKS cluster with the AI toolcha
120120
1. Configure `kubectl` to connect to your cluster using the [az aks get-credentials][az-aks-get-credentials] command.
121121
122122
```azurecli-interactive
123-
az aks get-credentials --resource-group $AZURE_RESOURCE_GROUP --cluster-name $CLUSTER_NAME
123+
az aks get-credentials --resource-group $AZURE_RESOURCE_GROUP --name $CLUSTER_NAME
124124
```
125125
126126
2. Verify the connection to your cluster using the `kubectl get` command.
@@ -287,4 +287,4 @@ Learn more about [KAITO model deployment options](https://github.com/Azure/kaito
287287
[mlops-concepts]: ../aks/concepts-machine-learning-ops.md
288288
[mlops-best-practices]: ../aks/best-practices-ml-ops.md
289289
[delete-node-pool]: ../aks/delete-node-pool.md
290-
[kaito-fine-tune]: ./ai-toolchain-operator-fine-tune.md
290+
[kaito-fine-tune]: ./ai-toolchain-operator-fine-tune.md

0 commit comments

Comments
 (0)