diff --git a/pkg/proxy/ipvs/proxier.go b/pkg/proxy/ipvs/proxier.go index dbbc505cb80..35ba52d0864 100644 --- a/pkg/proxy/ipvs/proxier.go +++ b/pkg/proxy/ipvs/proxier.go @@ -1283,13 +1283,6 @@ func (proxier *Proxier) writeIptablesRules() { ) writeLine(proxier.natRules, append(args, "-j", "ACCEPT")...) } - // mark masq for others - args = append(args[:0], - "-A", string(KubeNodePortChain), - "-m", "comment", "--comment", - fmt.Sprintf(`"mark MASQ for externaltrafficpolicy=cluster"`), - ) - writeLine(proxier.natRules, append(args, "-j", string(KubeMarkMasqChain))...) } // mark masq for KUBE-NODE-PORT