From 91b960babefe1cf8cff2906f8972869ccd484479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ruiz=20Garc=C3=ADa?= <93663568+maverick136@users.noreply.github.com> Date: Sat, 25 Dec 2021 19:55:31 +0100 Subject: [PATCH 1/2] Update index.md --- content/factory/installation-edge/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/factory/installation-edge/index.md b/content/factory/installation-edge/index.md index ada95ec..04149c6 100644 --- a/content/factory/installation-edge/index.md +++ b/content/factory/installation-edge/index.md @@ -172,6 +172,7 @@ To access the Kerberos Factory application, we will create a service in the next The idea is that Traefik, will have a dedicated IP address assigned from MetalLB, and will resolve the Ingress of our Kerberos Factory application. Let's go ahead with installing Traefik. helm repo add traefik https://helm.traefik.io/traefik + kubectl create namespace traefik helm install traefik traefik/traefik -n traefik ### Ingress-Nginx (alternative for Traefik) From 03721cc432ddcf16076c1edbf4afea82256a80fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ruiz=20Garc=C3=ADa?= <93663568+maverick136@users.noreply.github.com> Date: Sat, 25 Dec 2021 20:22:27 +0100 Subject: [PATCH 2/2] Update index.md --- content/vault/recycle/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/vault/recycle/index.md b/content/vault/recycle/index.md index 6c35e56..9f27c49 100644 --- a/content/vault/recycle/index.md +++ b/content/vault/recycle/index.md @@ -41,4 +41,4 @@ Modify the Mongodb credentials, as you did for the Kerberos Vault deployment. Create the recycle deployment as following. git clone https://github.com/kerberos-io/vault - kubectl apply -f ./vault/yaml/deployment-cleanup.yaml + kubectl apply -f ./vault/yaml/deployment-cleanup.yaml -n kerberos-vault