added nodePortAddresses on kubeadm conf v1alpha2 (not present on v1alpha1)
This commit is contained in:
parent
5d9908c2c3
commit
f13bc796d9
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ kubeProxy:
|
||||||
config:
|
config:
|
||||||
mode: {{ kube_proxy_mode }}
|
mode: {{ kube_proxy_mode }}
|
||||||
hostnameOverride: {{ inventory_hostname }}
|
hostnameOverride: {{ inventory_hostname }}
|
||||||
|
{% if kube_proxy_nodeport_addresses %}
|
||||||
|
nodePortAddresses: [{{ kube_proxy_nodeport_addresses_cidr }}]
|
||||||
|
{% endif %}
|
||||||
authorizationModes:
|
authorizationModes:
|
||||||
{% for mode in authorization_modes %}
|
{% for mode in authorization_modes %}
|
||||||
- {{ mode }}
|
- {{ mode }}
|
||||||
|
|
Loading…
Reference in a new issue