Skip to content

Commit c4b0906

Browse files
authored
Merge pull request #77452 from mburke5678/wmco-no-class-e-network
WMCO: 240.0.0.0 should not be used for clusters that will enable Windows workload
2 parents 2caf01a + 2631f80 commit c4b0906

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

modules/windows-containers-release-notes-limitations.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Note the following limitations when working with Windows nodes managed by the WM
3131

3232
* {productwinc} does not support any Windows operating system language other than English (United States).
3333

34+
* Due to a limitation within the Windows operating system, `clusterNetwork` CIDR addresses of class E, such as `240.0.0.0`, are not compatible with Windows nodes.
35+
3436
* Kubernetes has identified the following link:https://kubernetes.io/docs/concepts/windows/intro/#limitations[node feature limitations] :
3537
** Huge pages are not supported for Windows containers.
3638
** Privileged containers are not supported for Windows containers.

windows_containers/enabling-windows-container-workloads.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Windows instances deployed by the WMCO are configured with the containerd contai
4040

4141
You can install the Windows Machine Config Operator using either the web console or OpenShift CLI (`oc`).
4242

43+
[NOTE]
44+
====
45+
Due to a limitation within the Windows operating system, `clusterNetwork` CIDR addresses of class E, such as `240.0.0.0`, are not compatible with Windows nodes.
46+
====
47+
4348
include::modules/installing-wmco-using-web-console.adoc[leveloffset=+2]
4449

4550
include::modules/installing-wmco-using-cli.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)