Skip to content
Snippets Groups Projects
Unverified Commit 63de9bdb authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #2363 from whereismyjetpack/default-kube-proxy

default kube_proxy_mode in kubernetes-defaults
parents afb6e7df 2eb57ee5
No related branches found
No related tags found
No related merge requests found
......@@ -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.3
## 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment