This is a cache of https://docs.okd.io/4.14/windows_containers/wmco_rn/windows-containers-release-notes-9-x.html. It is a snapshot of the page at 2024-09-21T18:35:52.959+0000.
Red Hat OpenShift support for Windows Containers release notes - Release notes | Windows Container Support for OpenShift | OKD 4.14
×

About Red Hat OpenShift support for Windows Containers

Windows Container Support for OKD 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.

These release notes track the development of the WMCO, which provides all Windows container workload capabilities in OKD.

Release notes for Red Hat Windows Machine Config Operator 9.0.3

This release of the WMCO provides a security update and bug fixes for running Windows compute nodes in an OKD cluster. The components of the WMCO 9.0.3 were released in RHSA-2024:6460.

Bug fixes

  • Previously, after rotating the kube-apiserver-to-kubelet-client-ca certificate, the contents of the kubetl-ca.crt file on Windows nodes was not populated correctly. With this fix, after certificate rotation, the kubetl-ca.crt file contains the correct certificates. (OCPBUGS-35572)

  • Previously, if reverse DNS lookup failed due to an error, such as the reverse DNS lookup services being unavailable, the WMCO would not fall back to using the VM hostname to determine if a certificate signing requests (CSR) should be approved. As a consequence, Bring-Your-Own-Host (BYOH) Windows nodes configured with an IP address would not become available. With this fix, BYOH nodes are properly added if reverse DNS is not available. (OCPBUGS-38595)

  • Previously, if there were multiple service account token secrets in the WMCO namespace, the scaling of Windows nodes would fail. With this fix, the WMCO uses only the secret it creates, ignoring any other service account token secrets in the WMCO namespace. As a result, Windows nodes scale properly. (OCPBUGS-38592)