-
Task
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
-
No
Looking at this doc:
https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.8/html/clusters/cluster_mce_overview#availability-config
It shows the following
1.3.4.4. availabilityConfig The hub cluster has two availabilities: High and Basic. By default, the hub cluster has an availability of High, which gives hub cluster components a replicaCount of 2. This provides better support in cases of failover but consumes more resources than the Basic availability, which gives components a replicaCount of 1. The following examples shows the spec.availabilityConfig template with Basic availability: apiVersion: multicluster.openshift.io/v1 kind: MultiClusterEngine metadata: name: multiclusterengine spec: availabilityConfig: "Basic"
We should add a note specifying that if the multicluster is deployed on SNO the availabilityConfig should be set to Basic