File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ To delete the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
68
68
69
69
## Add nodepool command
70
70
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 ` :
72
72
``` azurecli
73
73
az hybridaks nodepool add \
74
74
--name <name of the nodepool> \
@@ -79,3 +79,14 @@ To add nodepool to the AKS-Hybrid cluster named `YourAKS-HybridClustername`:
79
79
--node-vm-size <Operator Nexus SKU> \
80
80
--zones <comma separated list of availability zones>
81
81
```
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
+ ```
You can’t perform that action at this time.
0 commit comments