mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 09:57:38 -02:30
Repair kube_proxy_exclude_cidrs (#4909)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c7f3123e28
commit
216631bf02
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user