Skip to content

Commit a9138ee

Browse files
jmagakGitHub Actions
andauthored
RHIDP-3219: Improve docs for installing on EKS with Helm (#1594)
* 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 65c9c32 commit a9138ee

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
. Author your {product-custom-resource-type} CR in a `{my-product-cr-name}.yaml` file to use your custom config maps and secrets.

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
@@ -14,6 +14,7 @@ When you install the {product-short} Helm chart in {eks-name} ({eks-short}), it
1414
* 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].
1515
* You have installed `kubectl`. For more information, see https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html[Installing or updating kubectl].
1616
* 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}].
17+
* You have a working default storage class, such as the EBS storage add-on, configured in your {eks-short} cluster.
1718
* Make sure that your system meets the minimum sizing requirements. See {about-book-link}#rhdh-sizing_about-rhdh[Sizing requirements for {product}].
1819

1920
.Procedure
@@ -106,6 +107,8 @@ upstream:
106107
volumePermissions:
107108
enabled: true
108109
----
110+
. 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.
111+
109112
. 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:
110113
+
111114
[source,terminal,subs="attributes+"]

0 commit comments

Comments
 (0)