Skip to content

Commit f4a33fd

Browse files
committed
containerd rewording
1 parent cb11b0b commit f4a33fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The above command creates a new node pool named *npwin* and adds it to the *myAK
149149
> [!NOTE]
150150
> 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].
151151
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`.
153153

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

166166
## Add a Windows Server 2022 node pool
167167

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`.
169169

170170
> [!NOTE]
171171
> Windows Server 2022 requires Kubernetes version "1.23.0" or higher.
@@ -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. 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.
188188

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

0 commit comments

Comments
 (0)