Commit f1e66c71 authored by Victor Marmol's avatar Victor Marmol

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

Install the kubectl binary on nodes in addition to the master.
parents 1d8c064f fedddee1
...@@ -12,6 +12,7 @@ base: ...@@ -12,6 +12,7 @@ base:
{% endif %} {% endif %}
- helpers - helpers
- cadvisor - cadvisor
- kube-client-tools
- kubelet - kubelet
- kube-proxy - kube-proxy
{% if pillar.get('enable_node_logging', '').lower() == 'true' and pillar['logging_destination'] is defined %} {% if pillar.get('enable_node_logging', '').lower() == 'true' and pillar['logging_destination'] is defined %}
......
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