Skip to content

Commit 2700eaa

Browse files
committed
updating guidance to be clear 2
1 parent 875e681 commit 2700eaa

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

content/learn/getting-started-multi-cloud-gitops.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Other patterns build upon these concepts, making this an ideal starting point fo
3939

4040
* An OpenShift cluster
4141
** To create an OpenShift cluster, go to the https://console.redhat.com/[Red Hat Hybrid Cloud console].
42-
** Select *Services \-> Containers \-> Create cluster*.
42+
** Select *OpenShift \-> Red Hat OpenShift Container Platform \-> Create cluster*.
4343
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. Verify that a dynamic `StorageClass` exists before creating one by running the following command:
4444
+
4545
[source,terminal]
@@ -56,6 +56,8 @@ gp2-csi ebs.csi.aws.com <none>
5656
gp3-csi ebs.csi.aws.com true
5757
5858
----
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].
5961

6062
* Optional: A second OpenShift cluster for multicloud demonstration.
6163
//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
167169
.. Select a *Version* (if more than one is available).
168170

169171
.. 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.
172174

173175
.. Select *Automatic* or *Manual* approval strategy.
174176

@@ -217,7 +219,7 @@ A pop-up error with the message "Oh no! Something went wrong." might appear duri
217219

218220
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*.
219221

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.
221223

222224
* To resolve this you need to run the following to load the secrets into the vault:
223225
+

modules/mcg-deploying-managed-cluster-using-rhacm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* An OpenShift cluster
1010
** To create an OpenShift cluster, go to the https://console.redhat.com/[Red Hat Hybrid Cloud console].
11-
** Select *OpenShift* -> *Create cluster*.
11+
** Select *OpenShift \-> Red Hat OpenShift Container Platform \-> Create cluster*.
1212

1313
* Red Hat Advanced Cluster Management (RHACM) web console to join the managed cluster to the management hub
1414
+

modules/mcg-deploying-mcg-pattern.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Other patterns build upon these concepts, making this an ideal starting point fo
2727

2828
* An OpenShift cluster
2929
** 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*.
3131
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. Verify that a dynamic `StorageClass` exists before creating one by running the following command:
3232
+
3333
[source,terminal]

0 commit comments

Comments
 (0)