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-rhdh-deploy-gke-helm.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ When you install the {product-short} Helm chart in {gke-brand-name} ({gke-short}
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]
15
-
* You have configured the DNS records for your domain name to point to the IP address that has been reserved.
15
+
* You have configured the DNS records for your domain name to point to the IP address that has been reserved.
16
16
+
17
17
[NOTE]
18
18
====
@@ -66,7 +66,7 @@ spec:
66
66
--
67
67
For more information about setting up a Google-managed certificate, see https://cloud.google.com/kubernetes-engine/docs/how-to/managed-certs?hl=en#setting_up_a_google-managed_certificate[Setting up a Google-managed certificate].
68
68
69
-
. Create a `FrontendConfig` object to set a policy for redirecting to HTTPS. You must attach this policy to the ingress.
69
+
. Create a `FrontendConfig` object to set a policy for redirecting to HTTPS. You must attach this policy to the ingress.
70
70
+
71
71
--
72
72
.Example of attaching a `FrontendConfig` object to the ingress
@@ -137,7 +137,7 @@ For the latest Helm Chart version, see this https://github.com/openshift-helm-ch
137
137
+
138
138
[source,terminal,subs="attributes+"]
139
139
----
140
-
kubectl get deploy <you_deploy_name>-developer-hub -n <your_namespace>
140
+
kubectl get deploy <your_deploy_name>-developer-hub -n <your_namespace>
141
141
----
142
142
143
143
* Verify that the service and ingress were created.
@@ -151,7 +151,7 @@ kubectl get ingress -n <your_namespace>
151
151
[NOTE]
152
152
Wait for the `ManagedCertificate` to be provisioned. This process can take a couple of hours.
153
153
154
-
* Access {product-very-short} with `https://<rhdh_domain_name>`
154
+
* Access {product-very-short} with `pass:c,a,q[{my-product-url}]`.
155
155
156
156
* To upgrade your deployment, use the following command:
0 commit comments