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/installation-vsphere-regions-zones.adoc
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can deploy an {product-title} cluster to multiple vSphere datacenters that r
17
17
====
18
18
The VMware vSphere region and zone enablement feature requires the vSphere Container Storage Interface (CSI) driver as the default storage driver in the cluster. As a result, the feature only available on a newly installed cluster.
19
19
20
-
A cluster that was upgraded from a previous release defaults to using the in-tree vSphere driver, so you must enable CSI automatic migration for the cluster. You can then configure multiple regions and zones for the upgraded cluster.
20
+
A cluster that was upgraded from a previous release defaults to using the in-tree vSphere driver, so you must enable CSI automatic migration for the cluster. You can then configure multiple regions and zones for the upgraded cluster.
21
21
====
22
22
23
23
The default installation configuration deploys a cluster to a single vSphere datacenter. If you want to deploy a cluster to multiple vSphere datacenters, you must create an installation configuration file that enables the region and zone feature.
@@ -27,15 +27,15 @@ The default `install-config.yaml` file includes `vcenters` and `failureDomains`
27
27
The following list describes terms associated with defining zones and regions for your cluster:
28
28
29
29
* Failure domain: Establishes the relationships between a region and zone. You define a failure domain by using vCenter objects, such as a `datastore` object. A failure domain defines the vCenter location for {product-title} cluster nodes.
30
-
* Region: Specifies a vCenter datacenter. You define a region by using a tag from the `openshift-region` tag category.
31
-
* Zone: Specifies a vCenter cluster. You define a zone by using a tag from the `openshift-zone` tag category.
30
+
* Region: Specifies a vCenter datacenter. You define a region by using a tag from the `openshift-region` tag category.
31
+
* Zone: Specifies a vCenter cluster. You define a zone by using a tag from the `openshift-zone` tag category.
32
32
33
33
[NOTE]
34
34
====
35
35
If you plan on specifying more than one failure domain in your `install-config.yaml` file, you must create tag categories, zone tags, and region tags in advance of creating the configuration file.
36
36
====
37
37
38
-
You must create a vCenter tag for each vCenter datacenter, which represents a region. Additionally, you must create a vCenter tag for each cluster than runs in a datacenter, which represents a zone. After you create the tags, you must attach each tag to their respective datacenters and clusters.
38
+
You must create a vCenter tag for each vCenter datacenter, which represents a region. Additionally, you must create a vCenter tag for each cluster than runs in a datacenter, which represents a zone. After you create the tags, you must attach each tag to their respective datacenters and clusters.
39
39
40
40
The following table outlines an example of the relationship among regions, zones, and tags for a configuration with multiple vSphere datacenters running in a single VMware vCenter.
41
41
@@ -45,18 +45,18 @@ The following table outlines an example of the relationship among regions, zones
0 commit comments