From 29ea97c5098da8b44c1c8231cef3665e349c4f1d Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 3 Sep 2021 12:32:32 +0700 Subject: [PATCH] Disable default storage (local) and ingress (traefik) --- metal/roles/k3s/templates/config.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metal/roles/k3s/templates/config.yaml.j2 b/metal/roles/k3s/templates/config.yaml.j2 index 06169e9b..542d6ec8 100644 --- a/metal/roles/k3s/templates/config.yaml.j2 +++ b/metal/roles/k3s/templates/config.yaml.j2 @@ -4,3 +4,6 @@ cluster-init: true server: https://{{ hostvars[groups['masters'][0]].ansible_host }}:6443 {% endif %} token-file: {{ k3s_token_file }} +disable: +- local-storage +- traefik