Skip to content

Commit 5007817

Browse files
Merge pull request #228705 from kaarthis/nodeosupgrade
nodeosupgradechannel
2 parents 686731d + 0d990aa commit 5007817

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/aks/auto-upgrade-node-image.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ ms.date: 02/03/2023
99

1010
# Automatically upgrade Azure Kubernetes Service cluster node operating system images (preview)
1111

12-
AKS supports upgrading the images on a node so your cluster is up to date with the newest operating system (OS) and runtime updates. AKS regularly provides new node OS images with the latest updates, so it's beneficial to upgrade your node's images regularly for the latest AKS features and to maintain security. Before learning about auto-upgrade, make sure you understand upgrade fundamentals by reading [Upgrade an AKS cluster][upgrade-aks-cluster].
13-
14-
The latest AKS node image information can be found by visiting the [AKS release tracker][release-tracker].
12+
AKS now supports an exclusive channel dedicated to controlling node-level OS security updates. This channel, referred to as the node OS auto-upgrade channel, works in tandem with the existing [Autoupgrade][auto-upgrade] channel which is used for Kubernetes version upgrades.
1513

1614
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
1715

1816
## Why use node OS auto-upgrade
1917

20-
Node OS 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.
18+
This channel is exclusively meant to control node OS security updates. You can use this channel to disable [unattended upgrades][unattended-upgrades]. You can schedule maintenance without worrying about [Kured][kured] for security patches, provided you choose either the `SecurityPatch` or `NodeImage` options for `nodeOSUpgradeChannel`. By using this channel, you can run node image upgrades in tandem with Kubernetes version auto-upgrade channels like `Stable` and `Rapid`.
2119

2220
## Prerequisites
2321

@@ -49,7 +47,9 @@ az provider register --namespace Microsoft.ContainerService
4947

5048
## Limitations
5149

52-
If using the `node-image` cluster auto-upgrade channel or the `NodeImage` node image auto-upgrade channel, Linux [unattended upgrades][unattended-upgrades] will be disabled by default.
50+
If using the `node-image` cluster auto-upgrade channel or the `NodeImage` node OS auto-upgrade channel, Linux [unattended upgrades][unattended-upgrades] will be disabled by default. You can't change node OS auto-upgrade channel value if your cluster auto-upgrade channel is `node-image`. In order to set the node OS auto-upgrade channel values , make sure the [cluster auto-upgrade channel][Autoupgrade] is not `node-image`.
51+
52+
The nodeosupgradechannel is not supported on Mariner and Windows OS nodepools.
5353

5454
## Using node OS auto-upgrade
5555

@@ -96,3 +96,5 @@ For more information on Planned Maintenance, see [Use Planned Maintenance to sch
9696
[az-feature-show]: /cli/azure/feature#az-feature-show
9797
[upgrade-aks-cluster]: upgrade-cluster.md
9898
[unattended-upgrades]: https://help.ubuntu.com/community/AutomaticSecurityUpdates
99+
[Autoupgrade]: auto-upgrade-cluster.md
100+
[kured]: node-updates-kured.md

0 commit comments

Comments
 (0)