Merge pull request #10590 from roberthbailey/kubelet-on-nodes

Install the kubectl binary on nodes in addition to the master.
This commit is contained in:
Victor Marmol 2015-07-08 16:13:12 -07:00
commit f1e66c718d

View File

@ -12,6 +12,7 @@ base:
{% endif %}
- helpers
- cadvisor
- kube-client-tools
- kubelet
- kube-proxy
{% if pillar.get('enable_node_logging', '').lower() == 'true' and pillar['logging_destination'] is defined %}