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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,12 @@ 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.
33
-
-[Jaeger operator](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator) - and Jaeger deployment for gitpod distributed tracing.
Upon completion, it will print the config for resource (including passwords) and instructions on what
36
+
to do next. **IMPORTANT** - running the `make install` command after the initial install will change
37
+
your database password which will require you to update your KOTS configuration.
38
+
36
39
### Common errors running make install
37
40
38
41
- Insufficient regional quota to satisfy request
@@ -54,7 +57,7 @@ The whole process takes around twenty minutes. In the end, the following resourc
54
57
55
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.
56
59
57
-
Once the DNS record has been updated, you will need to delete all Cert Manager pods to retrigger the certificate request
60
+
Once the DNS record has been updated, you will need to delete all cert-manager pods to retrigger the certificate request
0 commit comments