Merge pull request #5453 from brendandburns/e2e

Add kubelet to the master via standard mechanisms.
This commit is contained in:
Victor Marmol 2015-03-13 12:42:12 -07:00
commit 015bd8635e

View File

@ -50,6 +50,7 @@ base:
{% endif %}
{% if grains['cloud'] is defined and grains['cloud'] == 'gce' %}
- docker
- kubelet
{% endif %}