add debug flag service file

This commit is contained in:
ᗪєνιη ᗷυнʟ 2020-09-21 08:29:13 -04:00 committed by GitHub
parent ab48e3a173
commit 0129ec3e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ ExecStart={{ k3s_install_dir }}/k3s
--server https://{{ k3s_control_node_address }}:{{ k3s_https_port }}
--token {{ k3s_control_token }}
{% endif %}
{% if k3s_debug is defined and k3s_debug %}
--debug
{% endif %}
{% if k3s_resolv_conf is defined and k3s_resolv_conf %}
--resolv-conf {{ k3s_resolv_conf }}
{% endif %}