mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Configure docker and kubelet on AWS master.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user