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

fix on v1alpha1

parent e5dd4e1e
No related branches found
No related tags found
No related merge requests found
......@@ -22,15 +22,15 @@ kubernetesVersion: {{ kube_version }}
{% if cloud_provider is defined and cloud_provider != "gce" %}
cloudProvider: {{ cloud_provider }}
{% endif %}
{% if kube_proxy_mode == 'ipvs' and kube_version | version_compare('v1.10', '<') %}
kubeProxy:
config:
{% if kube_proxy_mode == 'ipvs' and kube_version | version_compare('v1.10', '<') %}
featureGates: SupportIPVSProxyMode=true
mode: ipvs
{% endif %}
{% if kube_proxy_nodeport_addresses %}
nodePortAddresses: [{{ kube_proxy_nodeport_addresses_cidr }}]
{% endif %}
{% endif %}
authorizationModes:
{% for mode in authorization_modes %}
- {{ mode }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment