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