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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ The above command creates a new node pool named *npwin* and adds it to the *myAK
149
149
> [!NOTE]
150
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
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`.
152
+
When creating a Windows node pool, on Kubernetes version 1.24 or earlier, the default operating system will be Windows Server 2019. To use Windows Server 2019 node pools when not the default option, you need to specify an OS SKU type of `Windows2019`.
153
153
154
154
```azurecli-interactive
155
155
az aks nodepool add \
@@ -165,7 +165,7 @@ The above command creates a new Windows Server 2019 node pool named *npwin* and
165
165
166
166
## Add a Windows Server 2022 node pool
167
167
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`.
168
+
When creating a Windows node pool, for Kubernetes 1.25 and higher the default operating system will be Windows Server 2022. To use Windows Server 2022 nodes when not default, you need to specify an OS SKU type of `Windows2022`.
169
169
170
170
> [!NOTE]
171
171
> Windows Server 2022 requires Kubernetes version "1.23.0" or higher.
@@ -184,7 +184,7 @@ az aks nodepool add \
184
184
185
185
## Optional: Using `containerd` with Windows Server node pools
186
186
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.
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.
188
188
189
189
> [!IMPORTANT]
190
190
> When using `containerd` with Windows Server 2019 node pools:
0 commit comments