Skip to content

Commit 8882c02

Browse files
authored
Merge pull request #89672 from wgabor0427/OCPBUGS-50612
OCPBUGS-50612 updated step 5 and the code below it
2 parents a23352c + cbeb415 commit 8882c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/configuring-vsphere-regions-zones.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ $ govc tags.create -c <zone_tag_category> <zone_tag>
6767
$ govc tags.attach -c <region_tag_category> <region_tag_1> /<data_center_1>
6868
----
6969

70-
. Attach the zone tags to each vCenter data center object by entering the following command:
70+
. Attach the zone tags to each vCenter cluster object by entering the following command:
7171
+
7272
[source,terminal]
7373
----
74-
$ govc tags.attach -c <zone_tag_category> <zone_tag_1> /<data_center_1>/host/vcs-mdcnc-workload-1
74+
$ govc tags.attach -c <zone_tag_category> <zone_tag_1> /<data_center_1>/host/<cluster1>
7575
----
7676

7777
. Change to the directory that contains the installation program and initialize the cluster deployment according to your chosen installation requirements.

0 commit comments

Comments
 (0)