perf(metal): disable all unused components

This commit is contained in:
Khue Doan 2021-12-22 15:25:32 +07:00
parent d515e1946a
commit 045f7a377e

View File

@ -5,7 +5,9 @@ server: https://{{ hostvars[groups['masters'][0]].ansible_host }}:6443
{% endif %}
token-file: {{ k3s_token_file }}
{% if 'masters' in group_names %}
disable-cloud-controller: true
disable:
- local-storage
- servicelb
- traefik
{% endif %}