-
Bug
-
Resolution: Done
-
Undefined
-
MCE 2.5.1
-
False
-
None
-
False
-
-
-
Important
-
No
Description of problem:
Creating HCP clusters with the OpenShift Virtualization platform using the MCE web console results in single replica control plane pods. This means only a single etcd instance is deployed which is not resilient to failures.
The hcp cli tool defaults to creating clusters with a control plane availability policy set to "HighlyAvailable". The web console should perform the same default.
Version-Release number of selected component (if applicable):
MCE 2.5
How reproducible:
100%
Steps to Reproduce:
- use the web console to create an HCP Openshift Virtualization cluster
Actual results:
HostedCluster defaults to hc.spec.controllerAvailabilityPolicy = SingleReplica
Expected results:
HostedCluster defaults to hc.spec.controllerAvailabilityPolicy = HighlyAvailable
Additional info:
- clones
-
ACM-10580 HCP OpenShift Virtualization web console does not create clusters in HighAvailability mode
- Closed