Fix cluster-network w/ prefix > 25 not possible with CNI (#1713)
This commit is contained in:
parent
56aa683f28
commit
8e1210f96e
1 changed files with 1 additions and 0 deletions
|
@ -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(',') }}
|
||||||
|
|
Loading…
Reference in a new issue