From 0ffba54fde1e8a922b22211b233ea8e4630e45bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 10 Dec 2020 09:54:18 +0100 Subject: [PATCH] Refactor deployment/digital-ocean/https/README.md --- deployment/digital-ocean/https/README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/deployment/digital-ocean/https/README.md b/deployment/digital-ocean/https/README.md index bdbeeee87..932ed52d0 100644 --- a/deployment/digital-ocean/https/README.md +++ b/deployment/digital-ocean/https/README.md @@ -1,10 +1,24 @@ # Setup Ingress and HTTPS +{% tabs %} +{% tab title="Helm 3" %} + +Follow [this quick start guide](https://cert-manager.io/docs/installation/kubernetes/) and install certmanager via Helm 3: + +## … Via Kubernetes Directly + +```bash +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.0/cert-manager.yaml +``` + +{% endtab %} +{% tab title="Helm 2" %} + {% hint style="info" %} -REMOVED: Tiller is [removed](https://helm.sh/docs/faq/#removal-of-tiller) on Helm 3. We investigate a solution … +CAUTION: Tiller on Helm 2 is [removed](https://helm.sh/docs/faq/#removal-of-tiller) on Helm 3, because of savety issues. So we recomment Helm 3. {% endhint %} -Follow [this quick start guide](https://docs.cert-manager.io/en/latest/tutorials/acme/quick-start/index.html) and install certmanager via helm and tiller: +Follow [this quick start guide](https://docs.cert-manager.io/en/latest/tutorials/acme/quick-start/index.html) and install certmanager via Helm 2 and tiller: [This resource was also helpful](https://docs.cert-manager.io/en/latest/getting-started/install/kubernetes.html#installing-with-helm) ```bash @@ -17,6 +31,9 @@ $ kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/relea $ helm install --name cert-manager --namespace cert-manager --version v0.11.0 jetstack/cert-manager ``` +{% endtab %} +{% endtabs %} + ## Create Letsencrypt Issuers and Ingress Services Copy the configuration templates and change the file according to your needs.