Skip to content
Snippets Groups Projects
Commit e5dd4e1e authored by Samuele Chiocca's avatar Samuele Chiocca
Browse files

added on v1alpha1

parent f13bc796
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,9 @@ kubeProxy: ...@@ -27,6 +27,9 @@ kubeProxy:
config: config:
featureGates: SupportIPVSProxyMode=true featureGates: SupportIPVSProxyMode=true
mode: ipvs mode: ipvs
{% if kube_proxy_nodeport_addresses %}
nodePortAddresses: [{{ kube_proxy_nodeport_addresses_cidr }}]
{% endif %}
{% endif %} {% endif %}
authorizationModes: authorizationModes:
{% for mode in authorization_modes %} {% for mode in authorization_modes %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment