Skip to content

Commit b8f0ba8

Browse files
committed
RHIDP-1923 - GKE: Document how RHDH can be installed in GKE
1 parent c6e365f commit b8f0ba8

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

modules/installation/proc-deploy-rhdh-instance-gke.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,4 @@ spec:
192192
// Wait until the DNS name is responsive, indicating that your {product-short} instance is ready for use.
193193

194194
.Additional information
195-
For more information on setting up {gke-short} using Ingress with TLS, see https://github.com/GoogleCloudPlatform/gke-networking-recipes/tree/main/ingress/single-cluster/ingress-https[Secure GKE Ingress].
196-
197-
For more information on setting up {gke-short} with LoadBalancer instead of Ingress, see https://github.com/sumiranchugh/rhdh-gke-poc/tree/main
195+
For more information on setting up {gke-short} using Ingress with TLS, see https://github.com/GoogleCloudPlatform/gke-networking-recipes/tree/main/ingress/single-cluster/ingress-https[Secure GKE Ingress].

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

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -131,24 +131,6 @@ helm -n <your_namespace> install -f values.yaml <your_deploy_name> \
131131
----
132132
+
133133
For the latest Helm Chart version, see this https://github.com/openshift-helm-charts/charts/tree/main/charts/redhat/redhat/redhat-developer-hub[Helm Charts] repository.
134-
+
135-
136-
[NOTE]
137-
--
138-
* To upgrade your deployment, use the following command:
139-
+
140-
[source,terminal,subs="attributes+"]
141-
----
142-
helm -n <your_namespace> upgrade -f values.yaml <your_deploy_name> openshift-helm-charts/redhat-developer-hub --version <UPGRADE_CHART_VERSION>
143-
----
144-
145-
* To delete your deployment, use the following command:
146-
+
147-
[source,terminal,subs="attributes+"]
148-
----
149-
helm -n <your_namespace> delete <your_deploy_name>
150-
----
151-
--
152134

153135
.Verification
154136
* Confirm that the deployment is complete.
@@ -171,5 +153,16 @@ Wait for the `ManagedCertificate` to be provisioned. This process can take a cou
171153

172154
* Access {product-very-short} with `https://<rhdh_domain_name>`
173155

174-
// Wait until the DNS name is responsive, indicating that your {product-short} instance is ready for use.
156+
* To upgrade your deployment, use the following command:
157+
+
158+
[source,terminal,subs="attributes+"]
159+
----
160+
helm -n <your_namespace> upgrade -f values.yaml <your_deploy_name> openshift-helm-charts/redhat-developer-hub --version <UPGRADE_CHART_VERSION>
161+
----
175162

163+
* To delete your deployment, use the following command:
164+
+
165+
[source,terminal,subs="attributes+"]
166+
----
167+
helm -n <your_namespace> delete <your_deploy_name>
168+
----

0 commit comments

Comments
 (0)