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
{{ message }}
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-68
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Running Gitpod in [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine)
2
2
3
-
> **IMPORTANT** This guide exists as a simple and reliable way of creating a Gitpod instance in GKE. It
3
+
> **IMPORTANT** This guide exists as a simple and reliable way of creating an environment in GKE that can run Gitpod. It
4
4
> is not designed to cater for every situation. If you find that it does not meet your exact needs,
5
5
> please fork this guide and amend it to your own needs.
6
6
@@ -21,7 +21,7 @@ Before starting the installation process, you need:
21
21
make install
22
22
```
23
23
24
-
The whole process takes around twenty minutes. In the end, the following resources are created:
24
+
The whole process takes around twenty minutes. In the end, the following resources are created. These are the GCP versions of the [components Gitpod requires](https://www.gitpod.io/docs/self-hosted/latest/required-components):
25
25
26
26
- a GKE cluster running Kubernetes v1.21 ([rapid channel](https://cloud.google.com/kubernetes-engine/docs/release-notes-rapid)).
27
27
- GCP L4 load balancer.
@@ -30,9 +30,8 @@ The whole process takes around twenty minutes. In the end, the following resourc
30
30
- In-cluster docker registry using [Cloud Storage](https://cloud.google.com/storage) as storage backend.
31
31
-[calico](https://docs.projectcalico.org) as CNI and NetworkPolicy implementation.
32
32
-[cert-manager](https://cert-manager.io/) for self-signed SSL certificates.
Upon completion, it will print the config for resource (including passwords) and instructions on what
34
+
Upon completion, it will print the config for the resources created (including passwords) and instructions on what
36
35
to do next. **IMPORTANT** - running the `make install` command after the initial install will change
37
36
your database password which will require you to update your KOTS configuration.
38
37
@@ -55,7 +54,7 @@ your database password which will require you to update your KOTS configuration.
55
54
proxy-5998488f4c-t8vkh 0/1 Init 0/1 0 5m
56
55
```
57
56
58
-
The most likely reason is because the [DNS01 challenge](https://cert-manager.io/docs/configuration/acme/dns01/) has yet to resolve. If using `SETUP_MANAGED_DNS`, you will need to update your DNS records to point to the GCP Cloud DNS nameserver.
57
+
The most likely reason is that the [DNS01 challenge](https://cert-manager.io/docs/configuration/acme/dns01/) has yet to resolve. If using `SETUP_MANAGED_DNS`, you will need to update your DNS records to point to the GCP Cloud DNS nameserver.
59
58
60
59
Once the DNS record has been updated, you will need to delete all cert-manager pods to retrigger the certificate request
61
60
@@ -71,69 +70,6 @@ your database password which will require you to update your KOTS configuration.
0 commit comments