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/auto-upgrade-cluster.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Part of the AKS cluster lifecycle involves performing periodic upgrades to the l
14
14
15
15
## Why use auto-upgrade
16
16
17
-
Auto-upgrade provides a set once and forget mechanism that yields tangible time and operational cost benefits. By enabling auto-upgrade, you can ensure your clusters are up to date and don't miss out on the latest AKS features, as well as patches from AKS and upstream Kubernetes.
17
+
Auto-upgrade provides a set once and forget mechanism that yields tangible time and operational cost benefits. By enabling auto-upgrade, you can ensure your clusters are up to date and don't miss the latest AKS features or patches from AKS and upstream Kubernetes.
18
18
19
-
AKS follows a strict versioning window with regards to supportability. With properly selected auto-upgrade channels, you can avoid clusters falling into an unsupported version. For more on the AKS support window, see [Supported Kubernetes versions][supported-kubernetes-versions].
19
+
AKS follows a strict versioning window with regard to supportability. With properly selected auto-upgrade channels, you can avoid clusters falling into an unsupported version. For more on the AKS support window, see [Supported Kubernetes versions][supported-kubernetes-versions].
20
20
21
21
## Using auto-upgrade
22
22
23
-
Automatically-completed upgrades are functionally the same as manual upgrades. The timing of upgrades is determined by the selected channel.
23
+
Automaticallycompleted upgrades are functionally the same as manual upgrades. The timing of upgrades is determined by the selected channel.
24
24
25
25
The following upgrade channels are available:
26
26
@@ -58,7 +58,7 @@ If you’re using Planned Maintenance and Auto-Upgrade, your upgrade will start
58
58
The following best practices will help maximize your success when using auto-upgrade:
59
59
60
60
- In order to keep your cluster always in a supported version (i.e within the N-2 rule), choose either `stable` or `rapid` channels.
61
-
- If you are interested in getting the latest patches as soon as possible, use the `patch` channel. The `node-image` channel is a good fit if you want your agent pools to always be running the most recent node images.
61
+
- If you're interested in getting the latest patches as soon as possible, use the `patch` channel. The `node-image` channel is a good fit if you want your agent pools to always be running the most recent node images.
62
62
- Follow [Operator best practices][operator-best-practices-scheduler].
63
63
- Follow [PDB best practices][pdb-best-practices].
0 commit comments