Skip to content

Commit 3b63ff3

Browse files
authored
Added delete nodepool command
1 parent 0f8c8c6 commit 3b63ff3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/operator-nexus/howto-hybrid-aks.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To delete the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
6868

6969
## Add nodepool command
7070

71-
To add nodepool to the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
71+
To add a nodepool to the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
7272
```azurecli
7373
az hybridaks nodepool add \
7474
--name <name of the nodepool> \
@@ -79,3 +79,14 @@ To add nodepool to the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
7979
--node-vm-size <Operator Nexus SKU> \
8080
--zones <comma separated list of availability zones>
8181
```
82+
83+
## Delete nodepool command
84+
85+
To delete a nodepool from the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
86+
87+
```azurecli
88+
az hybridaks nodepool delete \
89+
--name <name of the nodepool> \
90+
--cluster-name "<YourAKS-HybridClustername>" \
91+
--resource-group "<YourResourceGroupName>"
92+
```

0 commit comments

Comments
 (0)