Skip to content

Commit

Permalink
Kubelet should wait on SDN to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Chopra committed Feb 9, 2015
1 parent db493dc commit 9f10108
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 @@ -70,4 +70,7 @@ kubelet:
- file: /etc/init.d/kubelet
{% endif %}
- file: /var/lib/kubelet/kubernetes_auth
{% if grains.network_mode is defined and grains.network_mode == 'openvswitch' %}
- sls: sdn
{% endif %}

0 comments on commit 9f10108

Please sign in to comment.