Repair kube_proxy_exclude_cidrs (#4909)

This commit is contained in:
Tony Fouchard
2019-06-28 09:39:37 +02:00
committed by Kubernetes Prow Robot
parent c7f3123e28
commit 216631bf02
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ kube_proxy_min_sync_period: 0s
kube_proxy_sync_period: 30s
# A comma-separated list of CIDR's which the ipvs proxier should not touch when cleaning up IPVS rules.
kube_proxy_exclude_cidrs: 'null'
kube_proxy_exclude_cidrs: []
# The ipvs scheduler type when proxy mode is ipvs
# rr: round-robin