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

This commit is contained in:
Julian Poschmann 2017-10-01 11:43:00 +02:00 committed by Matthew Mosesohn
parent 56aa683f28
commit 8e1210f96e

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(',') }}