Disable default storage (local) and ingress (traefik)

This commit is contained in:
Khue Doan 2021-09-03 12:32:32 +07:00
parent c8db3c958d
commit 29ea97c509

View File

@ -4,3 +4,6 @@ cluster-init: true
server: https://{{ hostvars[groups['masters'][0]].ansible_host }}:6443 server: https://{{ hostvars[groups['masters'][0]].ansible_host }}:6443
{% endif %} {% endif %}
token-file: {{ k3s_token_file }} token-file: {{ k3s_token_file }}
disable:
- local-storage
- traefik