Skip to content

Commit

Permalink
Allow transitions during upgrade for cluster-storage-operator for vsp…
Browse files Browse the repository at this point in the history
…here with 1 replica
  • Loading branch information
DennisPeriquet committed Apr 26, 2024
1 parent 17477f7 commit 3014822
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf
return "image-registry has only single replica", nil
}
case "storage":
// Until https://issues.redhat.com/browse/OCPBUGS-29126 is addressed, we'll allow
// transitions during upgrade for the cluster-storage-operator for vsphere.
// Allow transitions during upgrade for the cluster-storage-operator for vsphere since it has only 1 replica.
configClient, err := configclient.NewForConfig(clientConfig)
if err != nil {
return "Error creating clientConfig", err
Expand Down

0 comments on commit 3014822

Please sign in to comment.