Skip to content

Commit 3e04bed

Browse files
jmagakGitHub Actions
andcommitted
RHIDP-2628: Add Sizing requirements as a prerequisites for RHDH installation (redhat-developer#1345)
* Add Sizing requirements as a prereq for RHDH installation * Incorporate Jana's suggestion * Apply Heena's suggestions * Incorporate Heena's suggestion * Apply Fortune's suggestion * Add Sizing requirements as a prereq for RHDH installation --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent 4318a48 commit 3e04bed

13 files changed

+14
-2
lines changed

modules/installation/proc-install-operator.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Containers are available for the following CPU architectures:
1616
* You are logged in as an administrator on the {ocp-short} web console.
1717
* 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].
1818
* 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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#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
** {ocp-docs-link}/html-single/disconnected_environments/index#about-installing-oc-mirror-v2[You have installed 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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#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
* {ocp-docs-link}/html-single/disconnected_environments/index#about-installing-oc-mirror-v2[You have installed 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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The {product} Helm chart is available in the Helm catalog on {osd-short} and {oc
2020
* You are logged in to your {ocp-short} account.
2121
* 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].
2222
* 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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
2324

2425
.Procedure
2526

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If your network has access to the registry through a bastion host, you can use t
1515
* You have installed `umoci` CLI tool.
1616
* 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].
1717
* 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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#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{osd-docs-link}/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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#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{osd-docs-link}/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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#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:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.7/html-single/about_red_hat_developer_hub/index#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1819

1920
.Procedure
2021

0 commit comments

Comments
 (0)