You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation/proc-deploy-rhdh-instance-gke.adoc
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,15 +175,17 @@ spec:
175
175
----
176
176
--
177
177
178
-
. Wait for the `ManagedCertificate` to be provisioned. This can take a couple of hours.
179
178
180
-
. Access {product-very-short} with `https://<rhdh_domain_name>`
181
179
182
180
.Verification
183
181
184
-
Wait until the DNS name is responsive, indicating that your {product-short} instance is ready for use.
182
+
* Wait for the `ManagedCertificate` to be provisioned. This can take a couple of hours.
183
+
184
+
* Access {product-very-short} with `https://<rhdh_domain_name>`
185
+
186
+
// Wait until the DNS name is responsive, indicating that your {product-short} instance is ready for use.
185
187
186
188
.Additional information
187
-
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
189
+
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].
188
190
189
191
For more information on setting up {gke-short} with LoadBalancer instead of Ingress, see https://github.com/sumiranchugh/rhdh-gke-poc/tree/main
Copy file name to clipboardExpand all lines: modules/installation/proc-rhdh-deploy-gke-helm.adoc
+29-6Lines changed: 29 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ When you install the {product-short} Helm chart in {gke-brand-name} ({gke-short}
8
8
* You have installed `kubectl`. For more information, see https://kubernetes.io/docs/tasks/tools/#kubectl[Install kubetl].
9
9
* You have installed the Google Cloud CLI. For more information, see https://cloud.google.com/sdk/docs/install[Install the gcloud CLI].
10
10
* You have logged in to your Google account and created a https://cloud.google.com/kubernetes-engine/docs/how-to/creating-an-autopilot-cluster[GKE Autopilot] or https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-zonal-cluster[GKE Standard] cluster.
11
-
* You have installed Helm 3 or the latest version. For more information, see https://docs.aws.amazon.com/eks/latest/userguide/helm.html[Using Helm with Amazon {eks-short}].
11
+
12
12
13
13
* You have configured a domain name for your {product-short} instance.
14
14
* You have reserved a static external Premium IPv4 Global IP address that is not attached to any VM. For more information see https://cloud.google.com/vpc/docs/reserve-static-external-ip-address#reserve_new_static[Reserve a new static external IP address]
For the latest Helm Chart version, see https://github.com/openshift-helm-charts/charts/tree/main/charts/redhat/redhat/redhat-developer-hub
131
+
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.
132
132
+
133
+
////
133
134
. Confirm that the deployment is complete.
134
135
+
135
136
[source,terminal,subs="attributes+"]
@@ -149,23 +150,45 @@ kubectl get ingress -n <your_namespace>
149
150
Wait for the `ManagedCertificate` to be provisioned. This can take a couple of hours.
150
151
151
152
. Access {product-very-short} with `https://<rhdh_domain_name>`
153
+
////
152
154
153
-
. To upgrade your deployment, use the following command:
155
+
[NOTE]
156
+
--
157
+
* To upgrade your deployment, use the following command:
0 commit comments