Skip to content

Commit 0f28f82

Browse files
Merge pull request #227174 from AndreiBarbu95/patch-3
Update resize-node-pool.md
2 parents 1b01164 + 1338a94 commit 0f28f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/resize-node-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This lack of persistence also applies to the resize operation, thus, resizing AK
2020
2121
## Example resources
2222

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`.
23+
Assume 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

2525
:::image type="content" source="./media/resize-node-pool/node-pool-ds2.png" alt-text="Screenshot of the Azure portal page for the cluster, navigated to Settings > Node pools. One node pool, named node pool 1, is shown.":::
2626

@@ -298,4 +298,4 @@ After resizing a node pool by cordoning and draining, learn more about [using mu
298298
[empty-dir]: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
299299
[specify-disruption-budget]: https://kubernetes.io/docs/tasks/run-application/configure-pdb/
300300
[disruptions]: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
301-
[use-multiple-node-pools]: use-multiple-node-pools.md
301+
[use-multiple-node-pools]: use-multiple-node-pools.md

0 commit comments

Comments
 (0)