From 12268ceac92f6be5d69cee02a2aea615aa9cce9a Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 20 Apr 2022 15:45:28 +0000 Subject: [PATCH] disable traefik installation on k3s. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 918de06..069da60 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,7 +2,7 @@ # k3s and set current context as k3s , k3s use trafik as ingress controller by default. (which k3s &> /dev/null && test -f /etc/rancher/k3s/k3s.yaml) || \ - curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644 + curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644 --disable traefik export KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl get namespace jitsi &> /dev/null || \