Skip to content

Commit

Permalink
Missing file watch on systemd stops kubelet starting on kube-up
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwaynecarr committed Jul 1, 2015
1 parent b83236e commit de78898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/saltbase/salt/kubelet/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ kubelet:
- file: /usr/local/bin/kubelet
{% if grains['os_family'] != 'RedHat' %}
- file: /etc/init.d/kubelet
{% endif %}
{% if grains['os_family'] == 'RedHat' %}
- file: /usr/lib/systemd/system/kubelet.service
{% endif %}
- file: {{ environment_file }}
- file: /var/lib/kubelet/kubernetes_auth

0 comments on commit de78898

Please sign in to comment.