Skip to content

Commit fe9cfff

Browse files
committed
Changed wording for "Note"
1 parent 77193af commit fe9cfff

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

articles/aks/cluster-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As part of creating an AKS cluster, you may need to customize your cluster confi
1414

1515
AKS supports Ubuntu 22.04 as the only node operating system (OS) for clusters with Kubernetes 1.25 and higher. Ubuntu 18.04 can also be specified at nodepool creation for Kubernetes versions 1.24 and below.
1616

17-
AKS supports Windows Server 2022 as the default operating system (OS) for Windows node pools in clusters with Kubernetes 1.25 and higher. Windows Server 2019 can also be specified at nodepool creation for Kubernetes versions 1.32 and below. For more information about this retirement, see the [AKS release notes][aks-release-notes].
17+
AKS supports Windows Server 2022 as the default operating system (OS) for Windows node pools in clusters with Kubernetes 1.25 and higher. Windows Server 2019 can also be specified at nodepool creation for Kubernetes versions 1.32 and below. Windows Server 2019 is being retired after Kubernetes version 1.32 EOL and won't be supported in future releases. For more information about this retirement, see the [AKS release notes][aks-release-notes].
1818

1919
## Container runtime configuration
2020

@@ -33,7 +33,7 @@ By using `containerd` for AKS nodes, pod startup latency improves and node resou
3333
> [!IMPORTANT]
3434
> Clusters with Linux node pools created on Kubernetes v1.19 or greater default to `containerd` for its container runtime. Clusters with node pools on a earlier supported Kubernetes versions receive Docker for their container runtime. Linux node pools will be updated to `containerd` once the node pool Kubernetes version is updated to a version that supports `containerd`.
3535
>
36-
> `containerd` with Windows Server 2019 and 2022 node pools is generally available, and is the only container runtime option in Kubernetes 1.21 and higher. You can continue using Docker node pools and clusters on versions earlier than 1.23, but Docker is no longer supported as of May 2023. For more information, see [Add a Windows Server node pool with `containerd`][aks-add-np-containerd].
36+
> `containerd` with Windows Server 2019 and 2022 node pools is generally available, and is the only container runtime option in Kubernetes 1.23 and higher. You can continue using Docker node pools and clusters on versions earlier than 1.23, but Docker is no longer supported as of May 2023. For more information, see [Add a Windows Server node pool with `containerd`][aks-add-np-containerd].
3737
>
3838
> It is highly recommended you test your workloads on AKS node pools with `containerd` before using clusters with a Kubernetes version that supports `containerd` for your node pools.
3939

articles/aks/learn/quick-windows-container-deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ az aks nodepool add \
184184

185185
## Optional: Using `containerd` with Windows Server node pools
186186

187-
Beginning in Kubernetes version 1.20 and greater, you can specify `containerd` as the container runtime for Windows Server 2019 node pools. Starting with Kubernetes 1.23, `containerd` is the default and only container runtime for Windows.
187+
Beginning in Kubernetes version 1.20 and higher, you can specify `containerd` as the container runtime for Windows Server 2019 node pools. Starting with Kubernetes 1.23, `containerd` is the default and only container runtime for Windows.
188188

189189
> [!IMPORTANT]
190190
> When using `containerd` with Windows Server 2019 node pools:

articles/aks/learn/quick-windows-container-deploy-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following additional limitations apply to Windows Server node pools:
5555
* The Windows Server node pool name has a limit of 6 characters.
5656

5757
> [!NOTE]
58-
> Windows Server 2019 will be retired in Kubernetes 1.33 and higher. For more information about this retirement, see the [AKS release notes][aks-release-notes].
58+
> Windows Server 2019 is being retired after Kubernetes version 1.32 EOL and won't be supported in future releases. For more information about this retirement, see the [AKS release notes][aks-release-notes].
5959
6060
## Create a resource group
6161

articles/aks/upgrade-windows-2019-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: viniap
1212
Upgrading the OS version of a running Windows workload on Azure Kubernetes Service (AKS) requires you to deploy a new node pool as Windows versions must match on each node pool. This article describes the steps to upgrade the OS version for Windows workloads as well as other important aspects.
1313

1414
> [!NOTE]
15-
> Windows Server 2019 will be retired in March 2026 and will not be available for Kubernetes 1.33 and higher. For more information about this retirement, see the [AKS release notes][aks-release-notes].
15+
> Windows Server 2019 is being retired after Kubernetes version 1.32 EOL and won't be supported in future releases. For more information about this retirement, see the [AKS release notes][aks-release-notes].
1616
1717
## Limitations
1818

articles/aks/windows-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article outlines some of the frequently asked questions and OS concepts for
1616

1717
## Which Windows operating systems are supported?
1818

19-
AKS uses Windows Server 2019 and Windows Server 2022 as the host OS version and only supports process isolation. Container images built by using other Windows Server versions are not supported. For more information, see [Windows container version compatibility][windows-container-compat]. For Kubernetes version 1.25 and higher, Windows Server 2022 is the default operating system. Windows Server 2019 will be retired in Kubernetes 1.33 and higher. For more information about this retirement, see the [AKS release notes][aks-release-notes].
19+
AKS uses Windows Server 2019 and Windows Server 2022 as the host OS version and only supports process isolation. Container images built by using other Windows Server versions are not supported. For more information, see [Windows container version compatibility][windows-container-compat]. For Kubernetes version 1.25 and higher, Windows Server 2022 is the default operating system. Windows Server 2019 is being retired after Kubernetes version 1.32 EOL and won't be supported in future releases. For more information about this retirement, see the [AKS release notes][aks-release-notes].
2020

2121
## Is Kubernetes different on Windows and Linux?
2222

0 commit comments

Comments
 (0)