2023-05-17 01:46:08 +00:00
|
|
|
Kustomizations should be deployed in a specific order to ensure Custom Resource
|
|
|
|
Definitions or Services used by additional Kustomizations have been deployed
|
|
|
|
before the Kustomization exists.
|
|
|
|
|
|
|
|
Current order:
|
|
|
|
|
|
|
|
* Cilium
|
|
|
|
* Cert Manager
|
|
|
|
* DigitalOcean
|
2023-05-17 02:06:13 +00:00
|
|
|
* Cert Manager (again, to deploy the ClusterIssuer)
|
2023-05-17 01:46:08 +00:00
|
|
|
* Ingress NGINX
|
|
|
|
* External DNS
|
|
|
|
* Keycloak
|
|
|
|
* Forgejo
|
2023-05-17 02:06:13 +00:00
|
|
|
|
|
|
|
Any secrets necessary for any of the previous Kustomizations can be generated
|
|
|
|
via scripts in the relevant Kustomization. There should be information in the
|
|
|
|
Kustomization's README (which may be in a `docs` subdirectory) about how to
|
|
|
|
generate the secrets.
|