Skip to content

Commit 731dbf5

Browse files
authored
Merge pull request #105688 from wgabor0427/wgabor-openshift-installer-vsphere
OSDOCS-16676-wgabor-openshift-installer-vsphere:RN Bug Batch
2 parents 107e7b3 + eee2269 commit 731dbf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/rn-ocp-release-notes-fixed-issues.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ Instructions: Add entries in the following format under the appropriate heading:
8686
[id="rn-ocp-release-note-installer-fixed-issues_{context}"]
8787
== Installer
8888

89+
* 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])
90+
91+
* 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])
92+
8993

9094
[id="rn-ocp-release-note-kube-controller-manager-fixed-issues_{context}"]
9195
== Kube Controller Manager

0 commit comments

Comments
 (0)