Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 2. Release notes
2.1. Release notes Copier lienLien copié sur presse-papiers!
This release of the Windows Machine Config Operator (WMCO) provides bug fixes for running Windows compute nodes in an OpenShift Container Platform cluster.
2.1.1. Release notes for Red Hat Windows Machine Config Operator 10.20.0 Copier lienLien copié sur presse-papiers!
Issued: 21 October 2025
The components of the Red Hat Windows Machine Config Operator (WMCO) 10.20.0 were released in RHBA-2025:18930.
2.1.1.1. New features and improvements Copier lienLien copié sur presse-papiers!
2.1.1.1.1. Kubernetes upgrade Copier lienLien copié sur presse-papiers!
The WMCO now uses Kubernetes version 1.33.
2.1.1.2. Bug fixes Copier lienLien copié sur presse-papiers!
- Previously, if you made a configuration change that required the WMCO to delete and recreate an internal config map, such as changing the proxy settings of the cluster, the WMCO pod panicked and entered a crash loop due to a nil pointer dereference panic. With this fix, the error handling logic is reworked. As a result, the WMCO pod no longer crashes when an internal config map is recreated. (OCPBUGS-60688)
 - Previously, during secret reconciliations, secret change data was being added to the logs on each reconciliation loop. As a result, this secret change data was persisting, causing the logs to grow in size with unrelated data. With this fix, only the current secret change data is being logged, reducing the size and complexity of the logs. (OCPBUGS-61559)
 - 
								Previously, the 
hybridOverlayservice was not using the trusted CA bundle when connecting to Kubernetes, because thehybridOverlayservice command was missing the--k8s-cacertoption. Because of this, users could encounter trust issues or failures when thehybridOverlayservice attempted to communicate securely with Kubernetes clusters using custom or internal CAs. With this fix, thehybridOverlayservice command now includes the--k8s-cacert flagpointing to the trusted CA bundle. As a result, thehybridOverlayservice uses the trusted CA bundle for secure communication, preventing trust issues and ensuring compatibility with the cluster. - Previously, the WMCO neglected to close SSH connections when finishing node reconciliation. As a consequence, after adding a new Windows node to a cluster, the node SSH server eventually would refuse new connections due to being overwhelmed, causing node management issues. With this fix, the WMCO now properly closes SSH connections. As a result, the node SSH servers no longer refuse new connections due to this problem. (OCPBUGS-60482)
 
2.2. Windows Machine Config Operator prerequisites Copier lienLien copié sur presse-papiers!
The following information details the supported platform versions, Windows Server versions, and networking configurations for the Windows Machine Config Operator (WMCO). See the vSphere documentation for any information that is relevant to only that platform.
2.2.1. WMCO supported installation method Copier lienLien copié sur presse-papiers!
The WMCO fully supports installing Windows nodes into installer-provisioned infrastructure (IPI) clusters. This is the preferred OpenShift Container Platform installation method.
					For user-provisioned infrastructure (UPI) clusters, the WMCO supports installing Windows nodes only into a UPI cluster installed with the platform: none field set in the install-config.yaml file (bare-metal or provider-agnostic) and only for the BYOH (Bring Your Own Host) use case. UPI is not supported for any other platform.
				
2.2.2. WMCO supported platforms and Windows Server versions Copier lienLien copié sur presse-papiers!
The following table lists the Windows Server versions that are supported by WMCO 10.20.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)  |  
  | 
|   Microsoft Azure  |  
  | 
|   VMware vSphere  |   Windows Server 2022, OS Build 20348.681 or later  | 
|   Google Cloud  |   Windows Server 2022, OS Build 20348.681 or later  | 
|   Nutanix  |   Windows Server 2022, OS Build 20348.681 or later  | 
|   Bare metal or provider agnostic  |  
  | 
- For disconnected clusters, the Windows AMI must have the EC2LaunchV2 agent version 2.0.2107 or later installed. For more information, see the Install the latest version of EC2Launch v2 in the AWS documentation.
 
2.2.3. Supported networking Copier lienLien copié sur presse-papiers!
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.
- The WMCO does not support OVN-Kubernetes without hybrid networking or OpenShift SDN.
 - Dual NIC is not supported on WMCO-managed Windows instances.
 
| 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  |   Hybrid networking with OVN-Kubernetes  | 
|   Nutanix  |   Hybrid networking with OVN-Kubernetes  | 
|   Bare metal or provider agnostic  |   Hybrid networking with OVN-Kubernetes  | 
2.3. Windows Machine Config Operator known limitations Copier lienLien copié sur presse-papiers!
Note the following limitations when working with Windows nodes managed by the WMCO (Windows nodes):
The following OpenShift Container Platform 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
 - Hosted Control Planes
 
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, 
clusterNetworkCIDR addresses of class E, such as240.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.
 
- Kubernetes has identified several API compatibility issues.