You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/cpmso-yaml-failure-domain-vsphere.adoc
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,20 +38,20 @@ spec:
38
38
- name: <failure_domain_name2>
39
39
# ...
40
40
----
41
-
<1> A failure domain defines the vCenter location for {product-title} cluster nodes.
42
-
<2> Defines failure domains by name for the control plane machine set.
43
-
41
+
<1> Specifies the vCenter location for {product-title} cluster nodes.
42
+
<2> Specifies failure domains by name for the control plane machine set.
43
+
+
44
44
[IMPORTANT]
45
45
====
46
-
Currently, the `vsphere.name` field is the only supported failure domain field that you can specify in the `ControlPlaneMachineSet` CR.
47
-
Each `failureDomains.platform.vsphere.name` field value in the `ControlPlaneMachineSet` CR must match the corresponding value defined in the `failureDomains.name` field of the cluster-wide infrastructure CRD.
48
-
46
+
Each `name` field value in this section must match the corresponding value in the `failureDomains.name` field of the cluster-wide infrastructure CRD.
49
47
You can find the value of the `failureDomains.name` field by running the following command:
50
48
51
49
[source,terminal]
52
50
----
53
51
$ oc get infrastructure cluster -o=jsonpath={.spec.platformSpec.vsphere.failureDomains[0].name
54
52
----
53
+
54
+
The `name` field is the only supported failure domain field that you can specify in the `ControlPlaneMachineSet` CR.
55
55
====
56
56
57
57
For an example of a cluster-wide infrastructure CRD that defines resources for each failure domain, see "Specifying multiple regions and zones for your cluster on {vmw-short}."
Copy file name to clipboardExpand all lines: modules/cpmso-yaml-provider-spec-azure.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,5 +86,5 @@ You can omit the `publicLoadBalancer` parameter on private {product-title} clust
86
86
[NOTE]
87
87
====
88
88
If the cluster is configured to use a different zone for each failure domain, this parameter is configured in the failure domain.
89
-
If you specify this value in the provider specification, the Control Plane Machine Set Operator ignores it.
89
+
If you specify this value in the provider specification when using different zones for each failure domain, the Control Plane Machine Set Operator ignores it.
0 commit comments