Skip to content

Commit f144b1e

Browse files
authored
Update upgrade-cluster.md
Acro Correctness: added a comma between "max surge" and "it."
1 parent cb2d662 commit f144b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/upgrade-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ az aks nodepool update -n mynodepool -g MyResourceGroup --cluster-name MyManaged
125125

126126
With a list of available versions for your AKS cluster, use the [az aks upgrade][az-aks-upgrade] command to upgrade. During the upgrade process, AKS will:
127127
- add a new buffer node (or as many nodes as configured in [max surge](#customize-node-surge-upgrade)) to the cluster that runs the specified Kubernetes version.
128-
- [cordon and drain][kubernetes-drain] one of the old nodes to minimize disruption to running applications (if you're using max surge it will [cordon and drain][kubernetes-drain] as many nodes at the same time as the number of buffer nodes specified).
128+
- [cordon and drain][kubernetes-drain] one of the old nodes to minimize disruption to running applications (if you're using max surge, it will [cordon and drain][kubernetes-drain] as many nodes at the same time as the number of buffer nodes specified).
129129
- When the old node is fully drained, it will be reimaged to receive the new version and it will become the buffer node for the following node to be upgraded.
130130
- This process repeats until all nodes in the cluster have been upgraded.
131131
- At the end of the process, the last buffer node will be deleted, maintaining the existing agent node count and zone balance.
@@ -260,4 +260,4 @@ This article showed you how to upgrade an existing AKS cluster. To learn more ab
260260
[nodepool-upgrade]: use-multiple-node-pools.md#upgrade-a-node-pool
261261
[upgrade-cluster]: #upgrade-an-aks-cluster
262262
[planned-maintenance]: planned-maintenance.md
263-
[aks-auto-upgrade]: auto-upgrade-cluster.md
263+
[aks-auto-upgrade]: auto-upgrade-cluster.md

0 commit comments

Comments
 (0)