Ajout de la reconnaissance de systemd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2020-06-06 01:21:16 +02:00
parent 29bbd3fb70
commit f160dfa618
3 changed files with 19 additions and 1 deletions

View file

@ -22,7 +22,9 @@ nodeRegistration:
effect: "NoSchedule"
{% endif %}
kubeletExtraArgs:
{% if ansible_service_mgr == "systemd" %}
cgroup-driver: "systemd"
{% endif %}
container-runtime: "remote"
runtime-request-timeout: "5m"
{% if kubernetes_cri == "containerd" %}