You can review the following release notes to learn about the bug fixes provided in this release of the Windows Machine Config Operator (WMCO).
Bug fixes
-
Before this update, the hybridOverlay service was not using the trusted CA bundle when connecting to Kubernetes because the hybridOverlay service command was missing the --k8s-cacert option. As a consequence, users could have encountered trust issues or failures when the hybridOverlay service attempted to communicate securely with Kubernetes clusters using custom or internal CAs. With this release, the hybridOverlay service command now includes the --k8s-cacert flag pointing to the trusted CA bundle. As a result, the hybridOverlay service uses the trusted CA bundle for secure communication, preventing trust issues and ensuring compatibility with the cluster.
-
Before this update, 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 would eventually refuse new connections due to being overwhelmed, causing node management issues. With this release, the WMCO now properly closes SSH connections. As a result, the node SSH servers no longer refuse new connections due to this problem. (OCPBUGS-60775)
-
Before this update, if an internally used config map needed to be deleted and re-created, a nil error was dereferenced when logging the event. As a consequence, the WMCO pod panicked and restarted. With this release, the error handling logic has been reworked. As a result, the Operator pod no longer panics. (OCPBUGS-60792)
-
Before this update, 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 release, only the current secret change data is being logged, reducing the size and complexity of the logs. (OCPBUGS-61832)