Skip to content
Snippets Groups Projects
Commit cd8e469b authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Add missing variable kube_proxy_nodeport_addresses

parent a3caeba2
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,11 @@ kube_version: v1.11.2 ...@@ -21,6 +21,11 @@ kube_version: v1.11.2
## Kube Proxy mode One of ['iptables','ipvs'] ## Kube Proxy mode One of ['iptables','ipvs']
kube_proxy_mode: iptables kube_proxy_mode: iptables
# Kube-proxy nodeport address.
# cidr to bind nodeport services. Flag --nodeport-addresses on kube-proxy manifest
kube_proxy_nodeport_addresses: false
# kube_proxy_nodeport_addresses_cidr: 10.0.1.0/24
# Set to true to allow pre-checks to fail and continue deployment # Set to true to allow pre-checks to fail and continue deployment
ignore_assert_errors: false ignore_assert_errors: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment