Skip to content

Commit 2efe203

Browse files
openshift-cherrypick-robotGitHub Actions
andauthored
[release-1.7] RHIDP-3219: Improve docs for installing on EKS with Helm (#1598)
* Improve docs for installing on EKS with Helm * Improve docs for installing on EKS with Helm * Improve docs for installing on EKS with Helm * Improve docs for installing on EKS with Helm * Improve docs for installing on EKS with Helm * Improve docs for installing on EKS with Helm * Improve docs for installing on EKS with Helm * Update with new suggestions --------- Co-authored-by: GitHub Actions <[email protected]>
1 parent 0e6b354 commit 2efe203

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

modules/configuring/proc-using-the-operator-to-run-rhdh-with-your-custom-configuration.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ To use the {product-short} Operator to run {product} with your custom configurat
1212
* By using the {platform-cli-link}, you have access, with developer permissions, to the {platform} cluster aimed at containing your {product-short} instance.
1313
* Your administrator has installed the {product} Operator in the cluster.
1414
* You have provisioned your custom config maps and secrets in your `_<{my-product-namespace}>_` project.
15+
* You have a working default storage class, such as the EBS storage add-on, configured in your {eks-short} cluster.
1516

1617
.Procedure
1718

modules/installation/proc-exposing-your-operator-based-rhdh-instance-on-eks.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ EOF
5050
+
5151
Replace pass:c,a,q[{my-product-domain}] with your {product-short} domain name and update the value of `alb.ingress.kubernetes.io/certificate-arn` with your certificate ARN.
5252

53+
. Update your required domain name, (for example, in Route 53 or your external DNS service) to point to the provisioned IP address. {eks-name} provisions an Application Load Balancer (ALB) with a corresponding IP address.
54+
5355
. To deploy the created Ingress, run:
5456
+
5557
[source,terminal,subs="+attributes"]

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

Lines changed: 3 additions & 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+
* You have a working default storage class, such as the EBS storage add-on, configured in your {eks-short} cluster.
1819
* Make sure that your system meets the minimum sizing requirements. See {about-book-link}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1920

2021
.Procedure
@@ -107,6 +108,8 @@ upstream:
107108
volumePermissions:
108109
enabled: true
109110
----
111+
. Update your required domain name, (for example, in Route 53 or your external DNS service) to point to the provisioned IP address. {eks-name} provisions an Application Load Balancer (ALB) with a corresponding IP address.
112+
110113
. Run the following command in your terminal to deploy {product-short} using the latest version of Helm Chart and using the values.yaml file created in the previous step:
111114
+
112115
[source,terminal,subs="attributes+"]

0 commit comments

Comments
 (0)