You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
klog.Errorf("Failed to ensure rule to drop packet marked by %v in %v chain %v: %v", KubeMarkDropChain, utiliptables.TableFilter, KubeFirewallChain, err)
78
78
return
79
79
}
80
+
81
+
// drop all non-local packets to localhost if they're not part of an existing
82
+
// forwarded connection. See #90259
83
+
if!kl.iptClient.IsIPv6() { // ipv6 doesn't have this issue
0 commit comments