Commit 3094c162 authored by Zach Loafman's avatar Zach Loafman

Merge pull request #10492 from derekwaynecarr/add_watch_service_file

Fix Vagrant kube-up - missed file watch on systemd stops kubelet starting on initial kube-up
parents bd12aefd de788981
...@@ -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