Skip to content

Commit f5f5bd4

Browse files
Merge pull request #253026 from nathaniel-msft/seo-osimage
Slight changes to improve SERP and Acrolynx score.
2 parents 51def25 + acc1c95 commit f5f5bd4

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
---
2-
title: Automatically upgrade Azure Kubernetes Service (AKS) cluster node operating system images
3-
description: Learn how to automatically upgrade Azure Kubernetes Service (AKS) cluster node operating system images.
2+
title: Auto-Upgrade Azure Kubernetes Service (AKS) Node OS Images
3+
description: Learn how to set up automatic upgrades on Azure Kubernetes Service (AKS) for all your cluster node operating system images.
44
ms.topic: article
55
ms.custom: build-2023, devx-track-azurecli
66
ms.author: nickoman
77
author: nickomang
88
ms.date: 02/03/2023
99
---
1010

11-
# Automatically upgrade Azure Kubernetes Service cluster node operating system images
12-
13-
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, can't be used for cluster-level Kubernetes version upgrades. To automatically upgrade Kubernetes versions, continue to use the cluster [auto-upgrade][Autoupgrade] channel.
14-
11+
# Auto-upgrade Azure Kubernetes Service cluster node OS images
12+
AKS now supports the node OS auto-upgrade channel, an exclusive channel dedicated to controlling node-level OS security updates. This channel can't be used for cluster-level Kubernetes version upgrades.
1513

1614
## How does node OS auto-upgrade work with cluster auto-upgrade?
1715

18-
Node-level OS security updates come in at a faster cadence than Kubernetes patch or minor version updates. This is the main reason for introducing a separate, dedicated Node OS auto-upgrade channel. With this feature, you can have a flexible and customized strategy for node-level OS security updates and a separate plan for cluster-level Kubernetes version [auto-upgrades][Autoupgrade].
16+
Node-level OS security updates are released at a faster rate than Kubernetes patch or minor version updates. The node OS auto-upgrade channel grants you flexibility and enables a customized strategy for node-level OS security updates. Then, you can choose a separate plan for cluster-level Kubernetes version [auto-upgrades][Autoupgrade].
1917
It's highly recommended to use both cluster-level [auto-upgrades][Autoupgrade] and the node OS auto-upgrade channel together. Scheduling can be fine-tuned by applying two separate sets of [maintenance windows][planned-maintenance] - `aksManagedAutoUpgradeSchedule` for the cluster [auto-upgrade][Autoupgrade] channel and `aksManagedNodeOSUpgradeSchedule` for the node OS auto-upgrade channel.
2018

21-
## Using node OS auto-upgrade
19+
## Use node OS auto-upgrade
2220

2321
The selected channel determines the timing of upgrades. When making changes to node OS auto-upgrade channels, allow up to 24 hours for the changes to take effect.
2422

2523
> [!NOTE]
26-
> Node OS image auto-upgrade won't affect the cluster's Kubernetes version, but it only works for a cluster in a [supported version][supported].
24+
> Node OS image auto-upgrade won't affect the cluster's Kubernetes version. It only works for a cluster in a [supported version][supported].
2725
2826
The following upgrade channels are available. You're allowed to choose one of these options:
2927

@@ -46,7 +44,7 @@ To set the node os auto-upgrade channel on existing cluster, update the *node-os
4644
az aks update --resource-group myResourceGroup --name myAKSCluster --node-os-upgrade-channel SecurityPatch
4745
```
4846

49-
## Cadence and Ownership
47+
## Update ownership and cadence
5048

5149
The default cadence means there's no planned maintenance window applied.
5250

@@ -65,7 +63,7 @@ The default cadence means there's no planned maintenance window applied.
6563

6664
- The `NodeOsUpgradeChannelPreview` feature flag must be enabled on your subscription
6765

68-
### Register the 'NodeOsUpgradeChannelPreview' feature flag
66+
### Register the 'NodeOsUpgradeChannelPreview' feature flag
6967

7068
Register the `NodeOsUpgradeChannelPreview` feature flag by using the [az feature register][az-feature-register] command, as shown in the following example:
7169

@@ -95,9 +93,9 @@ az provider register --namespace Microsoft.ContainerService
9593
> By default, any new cluster created with an API version of `06-01-2022` or later will set the node OS auto-upgrade channel value to `NodeImage`. Any existing clusters created with an API version earlier than `06-01-2022` will have the node OS auto-upgrade channel value set to `None` by default.
9694
9795

98-
## Using node OS auto-upgrade with Planned Maintenance
96+
## Node OS auto-upgrade with Planned Maintenance
9997

100-
If you’re using Planned Maintenance and node OS auto-upgrade, your upgrade starts during your specified maintenance window.
98+
Planned Maintenance for the node OS auto-upgrade starts at your specified maintenance window.
10199

102100
> [!NOTE]
103101
> To ensure proper functionality, use a maintenance window of four hours or more.

articles/aks/gpu-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article helps you provision nodes with schedulable GPUs on new and existing
2222
* You also need the Azure CLI version 2.0.64 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
2323

2424
> [!NOTE]
25-
> If using an Azure Linux GPU node pool, automatic security patches aren't applied, and the default behavior for the cluster is *Unmanaged*. For more information, see [Using node OS auto-upgrade](./auto-upgrade-node-image.md#using-node-os-auto-upgrade).
25+
> If using an Azure Linux GPU node pool, automatic security patches aren't applied, and the default behavior for the cluster is *Unmanaged*. For more information, see [auto-upgrade](./auto-upgrade-node-image.md).
2626
2727
## Get the credentials for your cluster
2828

@@ -45,7 +45,7 @@ There are two ways to add the NVIDIA device plugin:
4545
### Update your cluster to use the AKS GPU image (preview)
4646
4747
> [!NOTE]
48-
> If using an Azure Linux GPU node pool, automatic security patches aren't applied, and the default behavior for the cluster is *Unmanaged*. For more information, see [Using node OS auto-upgrade](./auto-upgrade-node-image.md#using-node-os-auto-upgrade).
48+
> If using an Azure Linux GPU node pool, automatic security patches aren't applied, and the default behavior for the cluster is *Unmanaged*. For more information, see [auto-upgrade](./auto-upgrade-node-image.md).
4949
5050
AKS provides a fully configured AKS image containing the [NVIDIA device plugin for Kubernetes][nvidia-github].
5151

0 commit comments

Comments
 (0)