default kube_proxy_mode in kubernetes-defaults

This commit is contained in:
Dann Bohn 2018-02-21 11:33:25 -05:00
parent bfe196236f
commit 2eb57ee5cd

View file

@ -12,9 +12,13 @@ kube_api_anonymous_auth: false
# Default value, but will be set to true automatically if detected
is_atomic: false
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.9.2
## Kube Proxy mode One of ['iptables','ipvs']
kube_proxy_mode: iptables
# Set to true to allow pre-checks to fail and continue deployment
ignore_assert_errors: false