[kube-proxy/ipvs] Add flag to enable strict ARP

Kubernetes-commit: 09f821ddb58dd59e89130f03b75a700061c117a8
This commit is contained in:
Laurent Bernaille 2019-03-12 13:50:29 +01:00 committed by Kubernetes Publisher
parent 5cd702b2c8
commit 8ac2d13e72
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ type KubeProxyIPVSConfiguration struct {
// excludeCIDRs is a list of CIDR's which the ipvs proxier should not touch
// when cleaning up ipvs services.
ExcludeCIDRs []string `json:"excludeCIDRs"`
// strict ARP configure arp_ignore and arp_announce to avoid answering ARP queries
// from kube-ipvs0 interface
StrictARP bool `json:"strictARP"`
}
// KubeProxyConntrackConfiguration contains conntrack settings for