1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

WMCO: 240.0.0.0 should not be used for clusters that will enable Windows workload

This commit is contained in:
Michael Burke
2024-06-13 14:55:34 -04:00
committed by openshift-cherrypick-robot
parent aaf08aa37a
commit a34b91cca5
2 changed files with 7 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ Note the following limitations when working with Windows nodes managed by the WM
* {productwinc} does not support any Windows operating system language other than English (United States).
* 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.
* Kubernetes has identified the following link:https://kubernetes.io/docs/concepts/windows/intro/#limitations[node feature limitations] :
** Huge pages are not supported for Windows containers.
** Privileged containers are not supported for Windows containers.

View File

@@ -40,6 +40,11 @@ Windows instances deployed by the WMCO are configured with the containerd contai
You can install the Windows Machine Config Operator using either the web console or OpenShift CLI (`oc`).
[NOTE]
====
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.
====
include::modules/installing-wmco-using-web-console.adoc[leveloffset=+2]
include::modules/installing-wmco-using-cli.adoc[leveloffset=+2]