Skip to content

Commit 9e6a687

Browse files
author
Lars Ekman
committed
Ensure the KUBE-MARK-DROP chain in kube-proxy mode=ipvs
1 parent 975d073 commit 9e6a687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/proxy/ipvs/proxier.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ var iptablesChains = []struct {
111111
{utiliptables.TableNAT, KubeNodePortChain},
112112
{utiliptables.TableNAT, KubeLoadBalancerChain},
113113
{utiliptables.TableNAT, KubeMarkMasqChain},
114+
{utiliptables.TableNAT, KubeMarkDropChain},
114115
{utiliptables.TableFilter, KubeForwardChain},
115116
}
116117

0 commit comments

Comments
 (0)