Skip to content

Commit 5d2e44e

Browse files
authored
Apply suggestions from code review
Revised alt text to comply with MSFT guidelines; deleted inconsistent period; lowercased "steps" in heading.
1 parent 65c5c34 commit 5d2e44e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/aks/resize-node-pool.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This lack of persistence also applies to the resize operation, thus, resizing AK
2222

2323
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`.
2424

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.":::
2626

2727
```bash
2828
kubectl get nodes
@@ -81,7 +81,7 @@ When resizing, be sure to consider other requirements and configure your node po
8181

8282
After a few minutes, the new node pool has been created:
8383

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.":::
8585

8686
```bash
8787
kubectl get nodes
@@ -185,7 +185,7 @@ By default, your cluster has AKS_managed pod disruption budgets (such as `coredn
185185

186186
> [!TIP]
187187
> 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]
189189
> * [Specifying a Disruption Budget for your Application][specify-disruption-budget]
190190
> * [Disruptions][disruptions]
191191
@@ -202,7 +202,7 @@ kubectl delete nodepool /
202202

203203
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:
204204

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.":::
206206

207207
```bash
208208
kubectl get nodes
@@ -213,7 +213,7 @@ aks-mynodepool-20823458-vmss000001 Ready agent 63m v1.21.9
213213
aks-mynodepool-20823458-vmss000002 Ready agent 63m v1.21.9
214214
```
215215

216-
## Next Steps
216+
## Next steps
217217

218218
After resizing a node pool by cordoning and draining, learn more about [using multiple node pools][use-multiple-node-pools].
219219

0 commit comments

Comments
 (0)