Browse Source
Merge pull request #3249 from mattymo/fix_missing_var_kube_proxy_nodeport
Add missing variable kube_proxy_nodeport_addresses
pull/3256/head
k8s-ci-robot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
roles/kubespray-defaults/defaults/main.yaml
|
|
@ -21,6 +21,11 @@ kube_version: v1.11.2 |
|
|
|
## Kube Proxy mode One of ['iptables','ipvs'] |
|
|
|
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 |
|
|
|
ignore_assert_errors: false |
|
|
|
|
|
|
|