Configure docker and kubelet on AWS master.

This commit is contained in:
Brendan Burns
2015-03-24 17:19:06 -07:00
parent 9707a944c2
commit 8bac135f85
5 changed files with 9 additions and 1 deletions

View File

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