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/cluster-entitlements.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ obtain the images that are necessary to install
120
120
endif::restricted[]
121
121
your cluster.
122
122
123
-
You must have internet access to:
123
+
You must have internet access to perform the following actions:
124
124
125
125
* Access {cluster-manager-url} to download the installation program and perform subscription management. If the cluster has internet access and you do not disable Telemetry, that service automatically entitles your cluster.
126
126
* Access link:http://quay.io[Quay.io] to obtain the packages that are required to install your cluster.
Copy file name to clipboardExpand all lines: modules/configuring-vsphere-regions-zones.adoc
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,22 +13,23 @@ You can modify the default installation configuration file, so that you can depl
13
13
14
14
The default `install-config.yaml` file configuration from the previous release of {product-title} is deprecated. You can continue to use the deprecated default configuration, but the `openshift-installer` will prompt you with a warning message that indicates the use of deprecated fields in the configuration file.
15
15
16
-
[IMPORTANT]
17
-
====
18
-
The example uses the `govc` command. The `govc` command is an open source command available from VMware; it is not available from Red Hat. The Red Hat support team does not maintain the `govc` command. Instructions for downloading and installing `govc` are found on the VMware documentation website
19
-
====
20
-
21
16
.Prerequisites
22
17
* You have an existing `install-config.yaml` installation configuration file.
23
18
+
24
19
[IMPORTANT]
25
20
====
26
21
You must specify at least one failure domain for your {product-title} cluster, so that you can provision data center objects for your VMware vCenter server. Consider specifying multiple failure domains if you need to provision virtual machine nodes in different data centers, clusters, datastores, and other components. To enable regions and zones, you must define multiple failure domains for your {product-title} cluster.
27
22
====
23
+
* You have installed the `govc` command line tool.
24
+
+
25
+
[IMPORTANT]
26
+
====
27
+
The example uses the `govc` command. The `govc` command is an open source command available from VMware; it is not available from Red{nbsp}Hat. The Red{nbsp}Hat support team does not maintain the `govc` command. Instructions for downloading and installing `govc` are found on the VMware documentation website.
28
+
====
28
29
29
30
.Procedure
30
31
31
-
. Enter the following `govc` command-line tool commands to create the `openshift-region` and `openshift-zone` vCenter tag categories:
32
+
. Create the `openshift-region` and `openshift-zone` vCenter tag categories by running the following commands:
Copy file name to clipboardExpand all lines: modules/installation-launching-installer.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ ifndef::azure[]
281
281
* You have verified that the cloud provider account on your host has the correct permissions to deploy the cluster. An account with incorrect permissions causes the installation process to fail with an error message that displays the missing permissions.
282
282
endif::azure[]
283
283
ifdef::vsphere[]
284
-
* Optional: Before you create the cluster, configure an external load balancer in place of the default load balancer.
284
+
* Optional: Before you create the cluster, you configured an external load balancer in place of the default load balancer.
. Provision the PV for the block storage device, and create a PVC for that volume. The requested block volume uses the ReadWriteOnce (RWO) access mode.
34
+
. Provision the persistent volume (PV) for the block storage device, and create a persistent volume claim (PVC) for that volume. The requested block volume uses the ReadWriteOnce (RWO) access mode.
35
35
.. Create a `pvc.yaml` file with the following contents to define a VMware vSphere `PersistentVolumeClaim` object:
Copy file name to clipboardExpand all lines: modules/registry-configuring-storage-vsphere.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,14 @@ components.
41
41
42
42
.Procedure
43
43
44
-
. To configure your registry to use storage, change the `spec.storage.pvc` in the `configs.imageregistry/cluster` resource.
44
+
. Change the `spec.storage.pvc` field in the `configs.imageregistry/cluster` resource.
45
45
+
46
46
[NOTE]
47
47
====
48
48
When you use shared storage, review your security settings to prevent outside access.
49
49
====
50
50
51
-
. Verify that you do not have a registry pod:
51
+
. Verify that you do not have a registry pod by running the following command:
52
52
+
53
53
[source,terminal]
54
54
----
@@ -65,7 +65,7 @@ No resourses found in openshift-image-registry namespace
65
65
=====
66
66
If you do have a registry pod in your output, you do not need to continue with this procedure.
67
67
=====
68
-
. Check the registry configuration:
68
+
. Check the registry configuration by running the following command:
69
69
+
70
70
[source,terminal]
71
71
----
@@ -82,7 +82,7 @@ storage:
82
82
+
83
83
<1> Leave the `claim` field blank to allow the automatic creation of an `image-registry-storage` persistent volume claim (PVC). The PVC is generated based on the default storage class. However, be aware that the default storage class might provide ReadWriteOnce (RWO) volumes, such as a RADOS Block Device (RBD), which can cause issues when you replicate to more than one replica.
84
84
85
-
. Check the `clusteroperator` status:
85
+
. Check the `clusteroperator` status by running the following command:
86
86
+
87
87
[source,terminal]
88
88
----
@@ -92,8 +92,8 @@ $ oc get clusteroperator image-registry
92
92
.Example output
93
93
[source,terminal]
94
94
----
95
-
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
96
-
image-registry 4.7 True False False 6h50m
95
+
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
0 commit comments