Add kubelet to the master.

This commit is contained in:
Brendan Burns 2015-03-13 12:03:28 -07:00
parent 232796db04
commit 966e8301a0

View File

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