Fix cluster-network w/ prefix > 25 not possible with CNI (#1713)

pull/1723/merge
Julian Poschmann 2017-10-01 11:43:00 +02:00 committed by Matthew Mosesohn
parent 56aa683f28
commit 8e1210f96e
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ spec:
- --allocate-node-cidrs=true
- --cluster-cidr={{ kube_pods_subnet }}
- --service-cluster-ip-range={{ kube_service_addresses }}
- --node-cidr-mask-size={{ kube_network_node_prefix }}
{% endif %}
{% if kube_feature_gates %}
- --feature-gates={{ kube_feature_gates|join(',') }}