add bootstrap for debian (#1726)

This commit is contained in:
Matthew Mosesohn
2017-10-03 08:30:45 +01:00
committed by GitHub
parent ca541c7e4a
commit e42cb43ca5
4 changed files with 29 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ spec:
{% if kube_network_plugin is defined and kube_network_plugin == 'cloud' %}
- --configure-cloud-routes=true
{% endif %}
{% if kube_network_plugin is defined and kube_network_plugin in ["cloud", "flannel"] %}
{% if kube_network_plugin is defined and kube_network_plugin in ["cloud", "flannel", "canal"] %}
- --allocate-node-cidrs=true
- --cluster-cidr={{ kube_pods_subnet }}
- --service-cluster-ip-range={{ kube_service_addresses }}