Skip to content

Commit 2b1044c

Browse files
authored
Merge pull request #313 from adelton/create-cluster
The console.redhat.com site currently has no top-level OpenShift link or menu.
2 parents d21128b + d20b3d2 commit 2b1044c

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

content/patterns/medical-diagnosis/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include::modules/comm-attributes.adoc[]
1919

2020
* An OpenShift cluster
2121
** To create an OpenShift cluster, go to the https://console.redhat.com/[Red Hat Hybrid Cloud console].
22-
** Select *OpenShift* -> *Clusters* -> *Create cluster*.
22+
** Select *Services* -> *Containers* -> *Create cluster*.
2323
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. See link:../../medical-diagnosis/cluster-sizing[sizing your cluster].
2424
* A GitHub account and a token for it with repositories permissions, to read from and write to your forks.
2525
* An S3-capable Storage set up in your public or private cloud for the x-ray images

content/patterns/multicloud-gitops-Portworx/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases: /multicloud-gitops/getting-started/
1010

1111
* An OpenShift cluster
1212
* To create an OpenShift cluster, go to the [Red Hat Hybrid Cloud console](https://console.redhat.com/).
13-
* Select **OpenShift -> Clusters -> Create cluster**.
13+
* Select **Services -> Containers -> Create cluster**.
1414
* The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. See [sizing your cluster](../../multicloud-gitops/mcg-cluster-sizing).
1515
* Optional: A second OpenShift cluster for multicloud demonstration.
1616
* The git binary and podman. For details see [Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Installing Podman](https://podman.io/getting-started/installation)

content/patterns/multicloud-gitops-Portworx/managed-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Ensure that you commit the changes and push them to GitHub so that GitOps can fe
6161

6262
* An OpenShift cluster
6363
* To create an OpenShift cluster, go to the [Red Hat Hybrid Cloud console](https://console.redhat.com/).
64-
* Select **OpenShift -> Clusters -> Create cluster**.
64+
* Select **Services -> Containers -> Create cluster**.
6565

6666
To join the managed cluster to the management hub, you can:
6767

modules/comm-deploying-managed-cluster-using-clusteradm-tool.adoc

Lines changed: 2 additions & 2 deletions
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* -> *Clusters* -> *Create cluster*.
11+
** Select *Services* -> *Containers* -> *Create cluster*.
1212

1313
* https://github.com/open-cluster-management-io/clusteradm#install-the-clusteradm-command-line[The `clusteradm` tool]
1414

@@ -52,4 +52,4 @@ clusteradm accept --clusters <managed_cluster_name>
5252

5353
[role="_next-steps"]
5454
.Next steps
55-
* <<designate-cluster-as-a-managed-cluster-site,Designate the new cluster as a managed cluster site>>
55+
* <<designate-cluster-as-a-managed-cluster-site,Designate the new cluster as a managed cluster site>>

modules/comm-deploying-managed-cluster-using-cm-cli-tool.adoc

Lines changed: 2 additions & 2 deletions
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 \-> Clusters \-> Create cluster*.
11+
** Select *Services \-> Containers \-> Create cluster*.
1212

1313
* https://github.com/open-cluster-management/cm-cli/#installation[The `cm-cli` tool]
1414

@@ -38,4 +38,4 @@ cm attach cluster --cluster <cluster-name> --cluster-kubeconfig <path-to-path_to
3838

3939
[role="_next-steps"]
4040
.Next steps
41-
* <<designate-cluster-as-a-managed-cluster-site,Designate the new cluster as a managed cluster site>>
41+
* <<designate-cluster-as-a-managed-cluster-site,Designate the new cluster as a managed cluster site>>

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* -> *Clusters* -> *Create cluster*.
11+
** Select *Services* -> *Containers* -> *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: 2 additions & 2 deletions
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 \-> Clusters \-> Create cluster*.
11+
** Select *Services \-> Containers \-> Create cluster*.
1212
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. See link:../../multicloud-gitops/mcg-cluster-sizing[sizing your cluster].
1313
* Optional: A second OpenShift cluster for multicloud demonstration.
1414
//Replaced git and podman prereqs with the tooling dependencies page
@@ -111,4 +111,4 @@ Optional: Set the `KUBECONFIG` variable for the `kubeconfig` file path:
111111
image::multicloud-gitops/multicloud-gitops-argocd.png[Multicloud GitOps Hub]
112112

113113

114-
As part of this pattern, HashiCorp Vault has been installed. Refer to the section on https://validatedpatterns.io/secrets/vault/[Vault].
114+
As part of this pattern, HashiCorp Vault has been installed. Refer to the section on https://validatedpatterns.io/secrets/vault/[Vault].

0 commit comments

Comments
 (0)