|
| 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 | + |
0 commit comments