Install the kubectl binary on nodes in addition to the master.

This commit is contained in:
Robert Bailey 2015-06-30 16:52:17 -07:00
parent 9a5891dc89
commit fedddee157

View File

@ -11,6 +11,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 %}