mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-11 19:37:40 -02:30
Allow to configure strict ARP on kube-proxy (#5092)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
86cc703c75
commit
f6a63d88a7
@@ -80,6 +80,8 @@ kube_proxy_exclude_cidrs: []
|
||||
# nq: never queue
|
||||
kube_proxy_scheduler: rr
|
||||
|
||||
kube_proxy_strict_arp: false
|
||||
|
||||
# The IP address and port for the metrics server to serve on
|
||||
# (set to 0.0.0.0 for all IPv4 interfaces and `::` for all IPv6 interfaces)
|
||||
kube_proxy_metrics_bind_address: 127.0.0.1:10249
|
||||
|
||||
Reference in New Issue
Block a user