Skip to content

Commit

Permalink
feat(*): modify kube-proxy proxy mode configuration (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangMinjie114 authored Dec 7, 2020
1 parent 3be53a1 commit 7c103ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ kube_apiserver_insecure_port: 0 # (disabled)

# Kube-proxy proxyMode configuration.
# Can be ipvs, iptables
kube_proxy_mode: ipvs
kube_proxy_mode: iptables

# configure arp_ignore and arp_announce to avoid answering ARP queries from kube-ipvs0 interface
# must be set to true for MetalLB to work
Expand Down

0 comments on commit 7c103ce

Please sign in to comment.