From 380c9861c9027dd0338b382230437918dc59a129 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 10 Feb 2021 09:30:16 +0100 Subject: [PATCH] Add warning about cert manager time to fetch --- .github/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/README.md b/.github/README.md index f4211d68a96..4722474be76 100644 --- a/.github/README.md +++ b/.github/README.md @@ -34,6 +34,9 @@ A: We try to aim for a balance in the amount of options vs the simplicity of ins - Q: The portal button isn't working.
A: Portal buttons are current't not implemented very well and are considered "not supported" for the time being +- Q: I selected letsencrypt but still get a traefik certificate.
+A: Cert Manager might take up to 10 minutes to fetch the right certificate and requires free access to 1.1.1.1:53. Until the right certificate is fetched, it will use the Traefik Default cert. + ## Getting into creating Apps Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior knowhow on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.