You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/resize-node-pool.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This lack of persistence also applies to the resize operation, thus, resizing AK
22
22
23
23
Suppose you want to resize an existing node pool, called `nodepool1`, from SKU size Standard_DS2_v2 to Standard_DS3_v2. To accomplish this task, you'll need to create a new node pool using Standard_DS3_v2, move workloads from `nodepool1` to the new node pool, and remove `nodepool1`. In this example, we'll call this new node pool `mynodepool`.
24
24
25
-
:::image type="content" source="./media/resize-node-pool/node-pool-ds2.png" alt-text="The Azure portal page for the cluster, navigated to Settings > Node pools. One node pool, named nodepool1 is shown.":::
25
+
:::image type="content" source="./media/resize-node-pool/node-pool-ds2.png" alt-text="The Azure portal page for the cluster, navigated to Settings > Node pools. One node pool, named node pool 1, is shown.":::
26
26
27
27
```bash
28
28
kubectl get nodes
@@ -81,7 +81,7 @@ When resizing, be sure to consider other requirements and configure your node po
81
81
82
82
After a few minutes, the new node pool has been created:
83
83
84
-
:::image type="content" source="./media/resize-node-pool/node-pool-both.png" alt-text="The Azure portal page for the cluster, navigated to Settings > Node pools. Two node pools, named nodepool1 and mynodepool, respectively, are shown.":::
84
+
:::image type="content" source="./media/resize-node-pool/node-pool-both.png" alt-text="The Azure portal page for the cluster, navigated to Settings > Node pools. Two node pools, named node pool 1 and my node pool, respectively, are shown.":::
85
85
86
86
```bash
87
87
kubectl get nodes
@@ -185,7 +185,7 @@ By default, your cluster has AKS_managed pod disruption budgets (such as `coredn
185
185
186
186
> [!TIP]
187
187
> Consider draining nodes one-by-one for a smoother eviction experience and to avoid throttling. For more information, see:
188
-
> *[Plan for availability using a pod disruption budget][pod-disruption-budget].
188
+
> *[Plan for availability using a pod disruption budget][pod-disruption-budget]
189
189
> *[Specifying a Disruption Budget for your Application][specify-disruption-budget]
190
190
> *[Disruptions][disruptions]
191
191
@@ -202,7 +202,7 @@ kubectl delete nodepool /
202
202
203
203
After completion, the final result is the AKS cluster having a single, new node pool with the new, desired SKU size and all the applications and pods properly running:
204
204
205
-
:::image type="content" source="./media/resize-node-pool/node-pool-ds3.png" alt-text="The Azure portal page for the cluster, navigated to Settings > Node pools. One node pool, named mynodepool is shown.":::
205
+
:::image type="content" source="./media/resize-node-pool/node-pool-ds3.png" alt-text="The Azure portal page for the cluster, navigated to Settings > Node pools. One node pool, named my node pool, is shown.":::
0 commit comments