Skip to content
Snippets Groups Projects
Commit 8e1210f9 authored by Julian Poschmann's avatar Julian Poschmann Committed by Matthew Mosesohn
Browse files

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

parent 56aa683f
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ spec: ...@@ -54,6 +54,7 @@ spec:
- --allocate-node-cidrs=true - --allocate-node-cidrs=true
- --cluster-cidr={{ kube_pods_subnet }} - --cluster-cidr={{ kube_pods_subnet }}
- --service-cluster-ip-range={{ kube_service_addresses }} - --service-cluster-ip-range={{ kube_service_addresses }}
- --node-cidr-mask-size={{ kube_network_node_prefix }}
{% endif %} {% endif %}
{% if kube_feature_gates %} {% if kube_feature_gates %}
- --feature-gates={{ kube_feature_gates|join(',') }} - --feature-gates={{ kube_feature_gates|join(',') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment