File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ The following sections describe how to create an AKS cluster with the AI toolcha
120
120
1. Configure `kubectl` to connect to your cluster using the [az aks get-credentials][az-aks-get-credentials] command.
121
121
122
122
```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
124
124
```
125
125
126
126
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
287
287
[mlops-concepts]: ../aks/concepts-machine-learning-ops.md
288
288
[mlops-best-practices]: ../aks/best-practices-ml-ops.md
289
289
[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
You can’t perform that action at this time.
0 commit comments