diff --git a/pkg/proxy/ipvs/proxier.go b/pkg/proxy/ipvs/proxier.go index c344806c3fc..6c72e8a7f7d 100644 --- a/pkg/proxy/ipvs/proxier.go +++ b/pkg/proxy/ipvs/proxier.go @@ -111,6 +111,7 @@ var iptablesChains = []struct { {utiliptables.TableNAT, KubeNodePortChain}, {utiliptables.TableNAT, KubeLoadBalancerChain}, {utiliptables.TableNAT, KubeMarkMasqChain}, + {utiliptables.TableNAT, KubeMarkDropChain}, {utiliptables.TableFilter, KubeForwardChain}, }