Skip to content

Commit bd8a188

Browse files
committed
Nick 2/8 changes
1 parent 026373a commit bd8a188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ As your application workloads demands, you may associate node pools to capacity
356356

357357
For more information on the capacity reservation groups, please refer to [Capacity Reservation Groups][capacity-reservation-groups].
358358

359-
Associating a node pool with an existing capacity reservation group can be done using [az aks nodepool add][az-aks-nodepool-add] command and specifying a capacity reservation group with the --capacityReservationGroup flag:" The capacity reservation group should already exist , otherwise the node pool will be added to the cluster with a warning and no capacity reservation group gets associated.
359+
Associating a node pool with an existing capacity reservation group can be done using [az aks nodepool add][az-aks-nodepool-add] command and specifying a capacity reservation group with the --capacityReservationGroup flag" The capacity reservation group should already exist , otherwise the node pool will be added to the cluster with a warning and no capacity reservation group gets associated.
360360

361361
```azurecli-interactive
362362
az aks nodepool add -g MyRG --cluster-name MyMC -n myAP --capacityReservationGroup myCRG

0 commit comments

Comments
 (0)