|
| 1 | +:_content-type: ASSEMBLY |
| 2 | +[id="windows-containers-release-notes-5-x"] |
| 3 | += Windows Container Support for Red Hat OpenShift release notes |
| 4 | +include::_attributes/common-attributes.adoc[] |
| 5 | +:context: windows-containers-release-notes |
| 6 | + |
| 7 | +toc::[] |
| 8 | + |
| 9 | +[id="about-windows-containers"] |
| 10 | +== About Windows Container Support for Red Hat OpenShift |
| 11 | + |
| 12 | +Windows Container Support for Red Hat OpenShift enables running Windows compute nodes in an {product-title} 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 {product-title}. |
| 13 | + |
| 14 | +The release notes for Red Hat OpenShift for Windows Containers tracks the development of the WMCO, which provides all Windows container workload capabilities in {product-title}. |
| 15 | + |
| 16 | +[id="getting-support"] |
| 17 | +== Getting support |
| 18 | + |
| 19 | +You must have a subscription to receive support for the Red Hat WMCO. Deploying Windows container workloads in production clusters is not supported without a subscription. If you do not have a subscription, you can use the community WMCO, a distribution that lacks official support. Request support through the link:http://access.redhat.com/[Red Hat Customer Portal]. |
| 20 | + |
| 21 | +[id="wmco-5-0-0"] |
| 22 | +== Release notes for Red Hat Windows Machine Config Operator 5.0.0 |
| 23 | + |
| 24 | +This release of the WMCO provides bug fixes for running Windows compute nodes in an {product-title} cluster. The components of the WMCO 5.0.0 were released in link:https://access.redhat.com/errata/RHSA-2022:0577[RHSA-2022:0577]. |
| 25 | + |
| 26 | +* Previously, Windows Containers on Windows Nodes could get assigned an incorrect DNS server IP. This caused DNS resolution to fail. This fix removes the hard-coded cluster DNS information and the DNS server IP is now passed as a command-line argument. As a result, Windows Containers on Windows Nodes get assigned a valid DNS Server IP and DNS resolution works for Windows workloads. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1994859[**BZ#1994859**]) |
| 27 | + |
| 28 | +* Previously, certain commands being run by the WMCO against Windows VMs that used PowerShell as the default SSH shell were not parsed correctly. As a result, these VMs could not be added to a cluster as a node. With this fix the WMCO identifies the default SSH shell of a VM and runs commands accordingly. As a result, VMs with PowerShell as the default SSH shell can now be added to the cluster as a node. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2000772[**BZ#2000772**]) |
| 29 | + |
| 30 | +* Previously, if a Bring-Your-Own-Host (BYOH) VM was specified with a DNS object, the WMCO was not properly associating the VM with its node object. This caused the WMCO to attempt to configure VMs that were already fully configured. With this fix the WMCO correctly resolves the DNS address of the VMs when looking for an associated node. As a result, BYOH VMs are now only configured when needed. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2005360[**BZ#2005360**]) |
| 31 | + |
| 32 | +* Previously, if the `windows-exporter` metrics endpoint object contained a reference to a deleted machine, the WMCO ignored `Deleting` phase notification event for those machines. This fix removes the validation of the machine object from event filtering. As a result, the `windows-exporter` metrics endpoint object is correctly updated even when the machine is still deleting. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2008601[**BZ#2008601**]) |
| 33 | + |
| 34 | +* Previously, if an entity other than the WMCO modified the certificate signing request (CSR) associated with a BYOH node, the WMCO would have a stale reference to the CSR and would be unable to approve it. With this fix, if an update conflict is detected, the WMCO retries the CSR approval until a specified timeout. As a result, the CSR processing completes as expected. (link:https://bugzilla.redhat.com/show_bug.cgi?id=2032048[**BZ#2032048**]) |
| 35 | + |
0 commit comments