You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/learn/quick-windows-container-deploy-cli.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ After a few minutes, the command completes and returns JSON-formatted informatio
128
128
## Add a Windows node pool
129
129
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.
130
130
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.
132
132
133
133
Use the `az aks nodepool add` command to add a Windows nodepool:
134
134
@@ -146,7 +146,10 @@ The above command creates a new node pool named *npwin* and adds it to the *myAK
146
146
147
147
## Add a Windows Server 2019 node pool
148
148
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`.
150
153
151
154
```azurecli-interactive
152
155
az aks nodepool add \
@@ -162,7 +165,7 @@ The above command creates a new Windows Server 2019 node pool named *npwin* and
162
165
163
166
## Add a Windows Server 2022 node pool
164
167
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`.
166
169
167
170
> [!NOTE]
168
171
> Windows Server 2022 requires Kubernetes version "1.23.0" or higher.
@@ -181,7 +184,7 @@ az aks nodepool add \
181
184
182
185
## Optional: Using `containerd` with Windows Server node pools
183
186
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.
185
188
186
189
> [!IMPORTANT]
187
190
> When using `containerd` with Windows Server 2019 node pools:
Copy file name to clipboardExpand all lines: articles/aks/learn/quick-windows-container-deploy-powershell.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The following additional limitations apply to Windows Server node pools:
55
55
* The Windows Server node pool name has a limit of 6 characters.
56
56
57
57
> [!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].
Copy file name to clipboardExpand all lines: articles/aks/windows-faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article outlines some of the frequently asked questions and OS concepts for
16
16
17
17
## Which Windows operating systems are supported?
18
18
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].
0 commit comments