Skip to content

Commit 89671ec

Browse files
author
Kaarthikeyan Subramanian
committed
eng feedback 2
1 parent 349668b commit 89671ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following upgrade channels are available. You're allowed to choose one of th
6363
6464
### [Azure CLI](#tab/azure-cli)
6565
66-
* Set the node os auto-upgrade channel on an existing cluster using the [`az aks update`][az-aks-update] command with the `--node-os-upgrade-channel` parameter. The following example sets the node OS auto-upgrade channel to `SecurityPatch`. Use CLI version 2.61.0 or above for `SecurityPatch` channel.
66+
* Set the node os auto-upgrade channel on an existing cluster using the [`az aks update`][az-aks-update] command with the `--node-os-upgrade-channel` parameter. The following example sets the node OS auto-upgrade channel to `SecurityPatch`.
6767
6868
```azurecli-interactive
6969
az aks update --resource-group myResourceGroup --name myAKSCluster --node-os-upgrade-channel SecurityPatch
@@ -113,7 +113,7 @@ The default cadence means there's no planned maintenance window applied.
113113
- The `SecurityPatch` channel isn't supported on Windows OS node pools.
114114
115115
> [!NOTE]
116-
> By default, any new cluster created with an API version of `06-01-2023` or later (including 06-02-preview) will set the node OS auto-upgrade channel value to `NodeImage`. Any existing clusters created with an API version earlier than `06-01-2023` will have the node OS auto-upgrade channel value set to `None` by default.
116+
> Use CLI version 2.61.0 or above for `SecurityPatch` channel.
117117
118118
119119
## Node OS planned maintenance windows

0 commit comments

Comments
 (0)