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
** Select *OpenShift \-> Red Hat OpenShift Container Platform \-> Create cluster*.
43
43
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. Verify that a dynamic `StorageClass` exists before creating one by running the following command:
44
44
+
45
45
[source,terminal]
@@ -56,6 +56,8 @@ gp2-csi ebs.csi.aws.com <none>
56
56
gp3-csi ebs.csi.aws.com true
57
57
58
58
----
59
+
+
60
+
For more information about creating a dynamic `StorageClass`, see the https://docs.openshift.com/container-platform/latest/storage/dynamic-provisioning.html[Dynamic provisioning].
59
61
60
62
* Optional: A second OpenShift cluster for multicloud demonstration.
61
63
//Replaced git and podman prereqs with the tooling dependencies page
@@ -167,8 +169,8 @@ Choosing a Community Operator warns that Red Hat does not certify Community Oper
167
169
.. Select a *Version* (if more than one is available).
168
170
169
171
.. Select an *Installation mode*:
170
-
*** *All namespaces on the cluster (default)* installs the Operator in the default `openshift-operators` namespace to watch and be made available to all namespaces in the cluster. This option is not always available.
171
-
*** *A specific namespace on the cluster* allows you to choose a specific, single namespace in which to install the Operator. The Operator will only watch and be made available for use in this single namespace.
172
+
+
173
+
The only supported mode for this Operator is *All namespaces on the cluster (default)*. This installs the Operator in the default `openshift-operators` namespace to watch and be made available to all namespaces in the cluster. This option is not always available.
172
174
173
175
.. Select *Automatic* or *Manual* approval strategy.
174
176
@@ -217,7 +219,7 @@ A pop-up error with the message "Oh no! Something went wrong." might appear duri
217
219
218
220
The {rh-gitops} Operator displays in list of *Installed Operators*. The {rh-gitops} Operator installs the remaining assets and artifacts for this pattern. To view the installation of these assets and artifacts, such as {rh-rhacm-first}, ensure that you switch to *Project:All Projects*.
219
221
220
-
When viewing the `config-demo` project through the Hub `ArgoCD` UI from the nines menu, it appears stuck in a Degraded state. This is the expected behavior when installing using the OpenShift Container Platform console.
222
+
Wait some time for everything to deploy. You can track the progress through the `Hub ArgoCD` UI from the nines menu. The viewing the `config-demo` project it appears stuck in a Degraded state. This is the expected behavior when installing using the OpenShift Container Platform console.
221
223
222
224
* To resolve this you need to run the following to load the secrets into the vault:
Copy file name to clipboardExpand all lines: modules/mcg-deploying-mcg-pattern.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
@@ -27,7 +27,7 @@ Other patterns build upon these concepts, making this an ideal starting point fo
27
27
28
28
* An OpenShift cluster
29
29
** To create an OpenShift cluster, go to the https://console.redhat.com/[Red Hat Hybrid Cloud console].
30
-
** Select *OpenShift \-> Create cluster*.
30
+
** Select *OpenShift \-> Red Hat OpenShift Container Platform \-> Create cluster*.
31
31
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. Verify that a dynamic `StorageClass` exists before creating one by running the following command:
0 commit comments