We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bf9bb commit e22de02Copy full SHA for e22de02
2 files changed
charts/kube-ovn/templates/ovncni-ds.yaml
@@ -35,7 +35,7 @@ spec:
35
command:
36
- sh
37
- -xec
38
- - iptables -V
+ - sysctl -w net.ipv4.conf.all.arp_filter=0; sysctl -w net.ipv4.conf.default.arp_filter=0; iptables -V
39
securityContext:
40
allowPrivilegeEscalation: true
41
capabilities:
dist/images/install.sh
@@ -4681,7 +4681,7 @@ spec:
4681
4682
4683
4684
4685
4686
4687
0 commit comments