Skip to content

Commit c0d0cca

Browse files
authored
Merge pull request #49152 from mburke5678/winc-add-limitations
WINC 1176: Add Windows node limitations
2 parents e83e961 + 053847f commit c0d0cca

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * windows_containers/windows-containers-release-notes-#-x
4+
5+
[id="windows-containers-release-notes-limitations_{context}"]
6+
= Known limitations
7+
8+
Note the following limitations when working with Windows nodes managed by the WMCO (Windows nodes):
9+
10+
* The following {product-title} features are not supported on Windows nodes:
11+
** Red Hat OpenShift Developer CLI (odo)
12+
** Image builds
13+
** OpenShift Pipelines
14+
** OpenShift Service Mesh
15+
** OpenShift monitoring of user-defined projects
16+
17+
* The following Red Hat features are not supported on Windows nodes:
18+
** link:https://access.redhat.com/documentation/en-us/cost_management_service/2022/html/getting_started_with_cost_management/assembly-introduction-cost-management?extIdCarryOver=true&sc_cid=701f2000001OH74AAG#about-cost-management_getting-started[Red Hat cost management]
19+
** link:https://developers.redhat.com/products/openshift-local/overview[Red Hat OpenShift Local]
20+
21+
* Windows nodes do not support pulling container images from private registries. You can use images from public registries or pre-pull the images.
22+
23+
* Windows nodes do not support workloads created by using deployment configs. You can use a deployment or other method to deploy workloads.
24+
25+
* Windows nodes are not supported in clusters that use a cluster-wide proxy. This is because the WMCO is not able to route traffic through the proxy connection for the workloads.
26+
27+
* Windows nodes are not supported in clusters that are in a disconnected environment.
28+
29+
* {productwinc} supports only in-tree storage drivers for all cloud providers.
30+
31+
* Kubernetes has identified the following link:https://kubernetes.io/docs/concepts/windows/intro/#limitations[node feature limitations] :
32+
** Huge pages are not supported for Windows containers.
33+
** Privileged containers are not supported for Windows containers.
34+
** Pod termination grace periods require the containerd container runtime to be installed on the Windows node.
35+
36+
* Kubernetes has identified link:https://kubernetes.io/docs/concepts/windows/intro/#api[several API compatability issues].
37+

windows_containers/understanding-windows-container-workloads.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ include::modules/windows-workload-management.adoc[leveloffset=+1]
2525

2626
include::modules/windows-node-services.adoc[leveloffset=+1]
2727

28+
include::modules/windows-containers-release-notes-limitations.adoc[leveloffset=+1]
29+
2830
//modules/windows-linux-containers-differences.adoc[leveloffset=+1]

windows_containers/windows-containers-release-notes-6-x.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ The WMCO supports a Windows golden image with or without Docker for vSphere and
5151

5252
include::modules/wmco-prerequisites.adoc[leveloffset=+1]
5353

54-
[IMPORTANT]
55-
====
56-
Running Windows container workloads is not supported for clusters in a restricted network or disconnected environment.
57-
====
54+
include::modules/windows-containers-release-notes-limitations.adoc[leveloffset=+1]
55+

0 commit comments

Comments
 (0)