Skip to content

Commit c7e9b9b

Browse files
jmagakGitHub Actions
andauthored
Manual cherry-pick-1.6-Add Sizing requirements as a prereq for RHDH installation (#1364)
* Add Sizing requirements as a prereq for RHDH installation * Update the installation prequisites sections --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent 1ff26a7 commit c7e9b9b

13 files changed

+21
-9
lines changed

modules/installation/proc-install-operator.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Containers are available for the following CPU architectures:
1414
.Prerequisites
1515

1616
* You are logged in as an administrator on the {ocp-short} web console.
17-
* You have configured the appropriate roles and permissions within your project to create or access an application. For more information, see the link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-version}/html-single/building_applications/index#building-applications-overview[{ocp-brand-name} documentation on Building applications].
18-
* You have installed {ocp-brand-name} 4.17 or later.
17+
* You have configured the appropriate roles and permissions within your project to create or access an application. For more information, see the {ocp-docs-link}/html-single/building_applications/index#building-applications-overview[{ocp-brand-name} documentation on Building applications].
18+
* You have installed {ocp-brand-name} {ocp-version-min} to {ocp-version}.
19+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1920
2021
.Procedure
2122

modules/installation/proc-install-rhdh-helm-airgapped-full.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ If your network has access to the registry through a bastion host, you can use t
1616
** You have installed the oc-mirror {openshift-cli} plugin, for more information see https://docs.openshift.com/container-platform/4.17/disconnected/mirroring/installing-mirroring-disconnected.html#installation-oc-mirror-installing-plugin_installing-mirroring-disconnected[Installing the oc-mirror OpenShift CLI plugin].
1717
** You have installed {ocp-brand-name} {ocp-version-min} or later.
1818
** You have installed the {openshift-cli} on your workstation.
19+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1920

2021
.Procedure
2122
. Create an `ImageSetConfiguration` file to specify the resources that you want to mirror. For example:

modules/installation/proc-install-rhdh-helm-airgapped-partial.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ If your network has access to the `registry.redhat.io` registry and the `charts.
1313
* You have installed the {openshift-cli} on your workstation.
1414
* You have installed the oc-mirror {openshift-cli} plugin, for more information see https://docs.openshift.com/container-platform/4.17/disconnected/mirroring/installing-mirroring-disconnected.html#installation-oc-mirror-installing-plugin_installing-mirroring-disconnected[Installing the oc-mirror OpenShift CLI plugin].
1515
* You have an account in https://developers.redhat.com/[{rhdeveloper-name}] portal.
16+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1617

1718
.Procedure
1819
. Log in to your {ocp-short} account using the {openshift-cli} by running the following command:

modules/installation/proc-install-rhdh-ocp-helm-gui.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ The {product} Helm chart is available in the Helm catalog on {osd-short} and {oc
1818
.Prerequisites
1919

2020
* You are logged in to your {ocp-short} account.
21-
* A user with the {ocp-short} `admin` role has configured the appropriate roles and permissions within your project to create an application. For more information about {ocp-short} roles, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-version}/html-single/authentication_and_authorization/index#authorization-overview_using-rbac[Using RBAC to define and apply permissions].
22-
* You have created a project in {ocp-short}. For more information about creating a project in {ocp-short}, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-version}/html-single/building_applications/index#working-with-projects[{ocp-brand-name} documentation].
21+
* A user with the {ocp-short} `admin` role has configured the appropriate roles and permissions within your project to create an application. For more information about {ocp-short} roles, see {ocp-docs-link}/html-single/authentication_and_authorization/index#authorization-overview_using-rbac[Using RBAC to define and apply permissions].
22+
* You have created a project in {ocp-short}. For more information about creating a project in {ocp-short}, see {ocp-docs-link}/html-single/building_applications/index#working-with-projects[{ocp-brand-name} documentation].
23+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
2324

2425
.Procedure
2526

modules/installation/proc-install-rhdh-operator-airgapped-full.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ If your network has access to the registry through a bastion host, you can use t
1313
* You have installed `yq` 4.44 or later.
1414
* You have installed the GNU `sed` command line text editor.
1515
* You have installed `umoci` CLI tool.
16-
* You have an active `oc registry`, `podman`, or `skopeo` session to the `registry.redhat.io` {company-name} Ecosystem Catalog. For more information, see link:https://access.redhat.com/RegistryAuthentication[{company-name} Container Registry Authentication].
17-
* You have installed the `opm` CLI tool. For more information, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/cli_tools/opm-cli#olm-about-opm_cli-opm-install[Installing the opm CLI].
16+
* You have an active `oc registry`, `podman`, or `skopeo` session to the `registry.redhat.io` {company-name} Ecosystem Catalog. For more information, see link:link:https://access.redhat.com/articles/RegistryAuthentication[{company-name} Container Registry Authentication].
17+
* You have installed the `opm` CLI tool. For more information, see {ocp-docs-link}/html/cli_tools/opm-cli#olm-about-opm_cli-opm-install[Installing the opm CLI].
18+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1819
1920
.Procedure
2021
. Download the mirroring script to disk by running the following command:

modules/installation/proc-install-rhdh-operator-airgapped-partial.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ When connected to a {ocp-short} cluster, the helper script detects it and automa
2727
* If you are using a supported Kubernetes cluster, you have the following prerequisites:
2828
** You have installed the Operator Lifecycle Manager (OLM) on the disconnected cluster.
2929
** You have a mirror registry that is reachable from the disconnected cluster.
30+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
3031
3132
.Procedure
3233
. In your terminal, navigate to the directory where you want to save the mirroring script.

modules/installation/proc-install-rhdh-osd-gcp-helm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can install {product-short} on {osd-short} on {gcp-short} using the {product
1010
* You have a valid {gcp-short} account.
1111
* Your {osd-short} cluster is running on {gcp-short}. For more information, see link:https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/installing_accessing_and_deleting_openshift_dedicated_clusters/osd-creating-a-cluster-on-gcp[Creating a cluster on GCP] in {osd-brand-name} documentation.
1212
* You have installed Helm 3 or the latest.
13+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1314

1415
.Procedure
1516
. From the *Developer* perspective on the {product-short} web console, click *+Add*.

modules/installation/proc-install-rhdh-osd-gcp-operator.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can install {product-short} on {osd-short} on {gcp-short} using the {product
1010
* You have a valid {gcp-short} account.
1111
* Your {osd-short} cluster is running on {gcp-short}. For more information, see link:https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/installing_accessing_and_deleting_openshift_dedicated_clusters/osd-creating-a-cluster-on-gcp[Creating a cluster on GCP] in {osd-brand-name} documentation.
1212
* You have administrator access to {osd-short} cluster and {gcp-short} project.
13+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1314

1415
.Procedure
1516

modules/installation/proc-rhdh-deploy-aks-helm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ You can deploy your {product-short} application on {aks-name} ({aks-short}) to a
1313
* You have installed the link:https://kubernetes.io/docs/reference/kubectl/[`kubectl` CLI].
1414
* You are logged into your cluster using `kubectl`, and have `developer` or `admin` permissions.
1515
* You have installed Helm 3 or the latest.
16+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1617

1718
.Comparison of {aks-short} specifics with the base {product-short} deployment
1819

modules/installation/proc-rhdh-deploy-eks-helm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ When you install the {product-short} Helm chart in {eks-name} ({eks-short}), it
1515
* You have set the context to the {eks-short} cluster in your current `kubeconfig`. For more information, see https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html[Creating or updating a kubeconfig file for an Amazon {eks-short} cluster].
1616
* You have installed `kubectl`. For more information, see https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html[Installing or updating kubectl].
1717
* You have installed Helm 3 or the latest. For more information, see https://docs.aws.amazon.com/eks/latest/userguide/helm.html[Using Helm with Amazon {eks-short}].
18+
* Make sure that your system meets the minimum sizing requirements. See link:{about-book-url}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1819

1920
.Procedure
2021

0 commit comments

Comments
 (0)