mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-12-23 16:48:07 +01:00
add disable-kube-proxy to systemd servie
This commit is contained in:
parent
4b4a49bdd5
commit
564d693e9d
@ -34,6 +34,9 @@ ExecStart={{ k3s_install_dir }}/k3s
|
||||
{% if k3s_disable_network_policy %}
|
||||
--disable-network-policy
|
||||
{% endif %}
|
||||
{% if k3s_disable_kube_proxy %}
|
||||
--disable-kube-proxy
|
||||
{% endif %}
|
||||
{% if k3s_no_flannel %}
|
||||
{% if (k3s_release_version | replace('v', '')) is version_compare('1.0.0', '>=') %}
|
||||
--flannel-backend none
|
||||
|
Loading…
Reference in New Issue
Block a user