Skip to content

Commit be21008

Browse files
committed
update to march 2026 and k8s 1.33
1 parent 2be3d70 commit be21008

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ After a few minutes, the command completes and returns JSON-formatted informatio
128128
## Add a Windows node pool
129129
By default, an AKS cluster is created with a node pool that can run Linux containers. Use the `az aks nodepool add` command to add an additional node pool that can run Windows Server containers alongside the Linux node pool.
130130

131-
AKS supports Windows Server 2019 and Windows Server 2022 node pools. For Kubernetes versions "1.25.0" and higher, Windows Server 2022 is the default operating system. For earlier versions, Windows Server 2019 will be the default operating system.
131+
AKS supports Windows Server 2019 and Windows Server 2022 node pools. For Kubernetes 1.25 and higher, Windows Server 2022 is the default operating system and only option in Kubernetes 1.33 and higher. For earlier versions, Windows Server 2019 will be the default operating system.
132132

133133
Use the `az aks nodepool add` command to add a Windows nodepool:
134134

@@ -146,7 +146,10 @@ The above command creates a new node pool named *npwin* and adds it to the *myAK
146146

147147
## Add a Windows Server 2019 node pool
148148

149-
When creating a Windows node pool, the default operating system will be Windows Server 2019 for Kubernetes versions below "1.25.0". To use Windows Server 2019 nodes when not default, you will need to specify an OS SKU type of `Windows2019`.
149+
> [!NOTE]
150+
> 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].
151+
152+
When creating a Windows node pool, the default operating system will be Windows Server 2019 below Kubernetes 1.25. To use Windows Server 2019 nodes when not default, you will need to specify an OS SKU type of `Windows2019`.
150153

151154
```azurecli-interactive
152155
az aks nodepool add \
@@ -162,7 +165,7 @@ The above command creates a new Windows Server 2019 node pool named *npwin* and
162165

163166
## Add a Windows Server 2022 node pool
164167

165-
When creating a Windows node pool, the default operating system will be Windows Server 2022 for Kubernetes versions "1.25.0" and higher. To use Windows Server 2022 nodes when not default, you will need to specify an OS SKU type of `Windows2022`.
168+
When creating a Windows node pool, the default operating system will be Windows Server 2022 for Kubernetes 1.25 and higher and the only option starting in Kubernetes 1.33. To use Windows Server 2022 nodes when not default, you will need to specify an OS SKU type of `Windows2022`.
166169

167170
> [!NOTE]
168171
> Windows Server 2022 requires Kubernetes version "1.23.0" or higher.
@@ -181,7 +184,7 @@ az aks nodepool add \
181184

182185
## Optional: Using `containerd` with Windows Server node pools
183186

184-
Beginning in Kubernetes version 1.20 and greater, you can specify `containerd` as the container runtime for Windows Server 2019 node pools. From Kubernetes 1.23, containerd will be the default container runtime for Windows.
187+
Beginning in Kubernetes version 1.20 and greater, you can specify `containerd` as the container runtime for Windows Server 2019 node pools. From Kubernetes 1.23, containerd will be the default and only container runtime for Windows.
185188

186189
> [!IMPORTANT]
187190
> 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.31 and higher. For more information about this retirement, see the [AKS release notes][aks-release-notes].
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].
5959
6060
## Create a resource group
6161

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.0 and higher, Windows Server 2022 is the default operating system. Windows Server 2019 will be retired in Kubernetes 1.31 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 will be retired in Kubernetes 1.31 and higher. 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)