choose between gce and aws cloud providers

This commit is contained in:
Smaine Kahlouch
2016-03-23 17:27:06 +01:00
parent f49926413a
commit 68fafd030d
7 changed files with 22 additions and 14 deletions

View File

@@ -101,6 +101,11 @@ dns_domain: "{{ cluster_name }}"
skydns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(3)|ipaddr('address') }}"
dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(2)|ipaddr('address') }}"
# There are some changes specific to the cloud providers
# for instance we need to encapsulate packets with some network plugins
# If set the possible values are either 'gce' or 'aws'
# cloud_provider:
# For multi masters architecture:
# kube-proxy doesn't support multiple apiservers for the time being so you'll need to configure your own loadbalancer
# This domain name will be inserted into the /etc/hosts file of all servers