-
Windows Server 2022, OS Build 20348.681 or later
-
Windows Server 2019, version 1809
Windows Container Support for Red Hat OpenShift enables running Windows compute nodes in an OKD cluster. Running Windows workloads is possible by using the Red Hat Windows Machine Config Operator (WMCO) to install and manage Windows nodes. With Windows nodes available, you can run Windows container workloads in OKD.
The release notes for Red Hat OpenShift for Windows Containers tracks the development of the WMCO, which provides all Windows container workload capabilities in OKD.
This release of the WMCO provides bug fixes for running Windows compute nodes in an OKD cluster. The components of the WMCO 6.0.0 were released in
Because the Docker runtime is deprecated in Kubernetes 1.24, containerD is now the default runtime for WMCO-supported Windows nodes. Upon the installation of or an upgrade to WMCO 6.0.0, containerd is installed as a Windows service. The kubelet now uses containerd for image pulls instead of the Docker runtime. Users no longer need to enable the Docker-formatted container runtime or install the Docker container runtime on Bring-Your-Own-Host (BYOH) instances. You can continue to use nodes based on VM images that use Docker. containerd can run along with the Docker service.
The WMCO supports a Windows golden image with or without Docker for vSphere and Bring-Your-Own-Host (BYOH) Windows instances.
The following information details the supported platform versions, Windows Server versions, and networking configurations for the Windows Machine Config Operator. See the vSphere documentation for any information that is relevant to only that platform.
The following table lists the Windows Server versions that are supported by WMCO 6.0.0, based on the applicable platform. Windows Server versions not listed are not supported and attempting to use them will cause errors. To prevent these errors, use only an appropriate version for your platform.
Platform | Supported Windows Server version |
---|---|
Amazon Web Services (AWS) |
Windows Server 2019, version 1809 |
Microsoft Azure |
|
VMware vSphere |
Windows Server 2022, OS Build 20348.681 or later |
Google Cloud Platform (GCP) |
Windows Server 2022, OS Build 20348.681 or later |
Nutanix |
Windows Server 2022, OS Build 20348.681 or later |
Bare metal or provider agnostic |
|
Hybrid networking with OVN-Kubernetes is the only supported networking configuration. See the additional resources below for more information on this functionality. The following tables outline the type of networking configuration and Windows Server versions to use based on your platform. You must specify the network configuration when you install the cluster.
Platform | Supported networking |
---|---|
Amazon Web Services (AWS) |
Hybrid networking with OVN-Kubernetes |
Microsoft Azure |
Hybrid networking with OVN-Kubernetes |
VMware vSphere |
Hybrid networking with OVN-Kubernetes with a custom VXLAN port |
Google Cloud Platform (GCP) |
Hybrid networking with OVN-Kubernetes |
Nutanix |
Hybrid networking with OVN-Kubernetes |
Bare metal or provider agnostic |
Hybrid networking with OVN-Kubernetes |
Hybrid networking with OVN-Kubernetes | Supported Windows Server version |
---|---|
Default VXLAN port |
|
Custom VXLAN port |
Windows Server 2022, OS Build 20348.681 or later |
Note the following limitations when working with Windows nodes managed by the WMCO (Windows nodes):
The following OKD features are not supported on Windows nodes:
Image builds
OpenShift Pipelines
OpenShift Service Mesh
OpenShift monitoring of user-defined projects
OpenShift Serverless
Horizontal Pod Autoscaling
Vertical Pod Autoscaling
The following Red Hat features are not supported on Windows nodes:
Dual NIC is not supported on WMCO-managed Windows instances.
Windows nodes do not support workloads created by using deployment configs. You can use a deployment or other method to deploy workloads.
Red Hat OpenShift support for Windows Containers does not support adding Windows nodes to a cluster through a trunk port. The only supported networking configuration for adding Windows nodes is through an access port that carries traffic for the VLAN.
Red Hat OpenShift support for Windows Containers 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 node feature limitations :
Huge pages are not supported for Windows containers.
Privileged containers are not supported for Windows containers.
Pod termination grace periods require the containerd container runtime to be installed on the Windows node.
Kubernetes has identified several API compatibility issues.