Browse Source
Merge pull request #2363 from whereismyjetpack/default-kube-proxy
default kube_proxy_mode in kubernetes-defaults
pull/2393/head
Brad Beam
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
roles/kubespray-defaults/defaults/main.yaml
|
@ -12,9 +12,13 @@ kube_api_anonymous_auth: false |
|
|
# Default value, but will be set to true automatically if detected |
|
|
# Default value, but will be set to true automatically if detected |
|
|
is_atomic: false |
|
|
is_atomic: false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Change this to use another Kubernetes version, e.g. a current beta release |
|
|
## Change this to use another Kubernetes version, e.g. a current beta release |
|
|
kube_version: v1.9.3 |
|
|
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 |
|
|
# Set to true to allow pre-checks to fail and continue deployment |
|
|
ignore_assert_errors: false |
|
|
ignore_assert_errors: false |
|
|
|
|
|
|
|
|