Skip to content

Commit 629c022

Browse files
committed
Extra line
1 parent f3dd66c commit 629c022

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AKS-Arc/deploy-ai-model.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ az aksarc update --resource-group <Resource_Group_name> --name <Cluster_Name> --
8383
kubectl get nodes --show-labels | Select-String "msft.microsoft/nodepool-name=.*<Node_Pool_Name>" | ForEach-Object { ($_ -split '\s+')[0] }
8484
```
8585

86-
---
87-
8886
1. Label the newly provisioned GPU node so the inference workspace can be deployed to the node in the next step. You can make sure the label is applied using `kubectl get nodes`.
8987

9088
```azurecli

0 commit comments

Comments
 (0)