Commit de788981 authored by derekwaynecarr's avatar derekwaynecarr

Missing file watch on systemd stops kubelet starting on kube-up

parent b83236ee
...@@ -72,5 +72,8 @@ kubelet: ...@@ -72,5 +72,8 @@ kubelet:
{% if grains['os_family'] != 'RedHat' %} {% if grains['os_family'] != 'RedHat' %}
- file: /etc/init.d/kubelet - file: /etc/init.d/kubelet
{% endif %} {% endif %}
{% if grains['os_family'] == 'RedHat' %}
- file: /usr/lib/systemd/system/kubelet.service
{% endif %}
- file: {{ environment_file }} - file: {{ environment_file }}
- file: /var/lib/kubelet/kubernetes_auth - file: /var/lib/kubelet/kubernetes_auth
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment