1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

wgabor-openshift-installer-vsphere created RNs for this component

This commit is contained in:
William Gabor
2026-01-29 11:18:15 -05:00
parent f229e48960
commit eee2269ac7

View File

@@ -86,6 +86,10 @@ Instructions: Add entries in the following format under the appropriate heading:
[id="rn-ocp-release-note-installer-fixed-issues_{context}"]
== Installer
* Before this update, the vSphere platform configuration lacked a validation check to prevent the simultaneous definition of both a custom virtual machine template and a `clusterOSImage` parameter. As a consequence, users could provide both parameters in the installation configuration, leading to ambiguity and potential deployment failures. With this release, the vSphere validation logic has been updated to ensure that template and `clusterOSImage` parameters are treated as mutually exclusive, returning a specific error message if both fields are populated. (link:https://issues.redhat.com/browse/OCPBUGS-63584[OCPBUGS-63584])
* Before this update, a race condition occurred when multiple reconciliation loops or concurrent processes attempted to add a virtual machine (VM) to a vSphere Host Group simultaneously due to the provider lacking a check to see if the VM was already a member. Consequently, the vSphere API could return errors during the cluster reconfiguration task, leading to reconciliation failures and preventing the VM from being correctly associated with its designated zone or host group. With this release, the zonal logic has been updated to verify the VM's membership within the target host group before initiating a reconfiguration task, ensuring the operation is only performed if the VM is not already present. (link:https://issues.redhat.com/browse/OCPBUGS-60765[OCPBUGS-60765])
[id="rn-ocp-release-note-kube-controller-manager-fixed-issues_{context}"]
== Kube Controller Manager