We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa68ec commit 2bb745bCopy full SHA for 2bb745b
1 file changed
cmd/main.go
@@ -113,6 +113,9 @@ func run() error {
113
commonRules.AcceptICMPv6 = acceptICMPv6
114
115
setupLog.Info("Common rules applied to all pods affected by MultiNetworkPolicies", "rules", commonRules)
116
+ // TODO: put this in ClusterNetworkOperator
117
+ commonRules.AcceptICMP = true
118
+ commonRules.AcceptICMPv6 = true
119
120
ctx := ctrl.SetupSignalHandler()
121
0 commit comments