diff --git a/clr-k8s-examples/0-canal/canal.yaml b/clr-k8s-examples/0-canal/canal.yaml index 6666a2c..17b3cd4 100644 --- a/clr-k8s-examples/0-canal/canal.yaml +++ b/clr-k8s-examples/0-canal/canal.yaml @@ -159,6 +159,8 @@ spec: value: "info" - name: FELIX_HEALTHENABLED value: "true" + - name: FELIX_IGNORELOOSERPF + value: "true" securityContext: privileged: true resources: diff --git a/clr-k8s-examples/setup_system.sh b/clr-k8s-examples/setup_system.sh index f1614bf..4f00498 100755 --- a/clr-k8s-examples/setup_system.sh +++ b/clr-k8s-examples/setup_system.sh @@ -22,8 +22,6 @@ fi sudo mkdir -p /etc/sysctl.d/ cat < /etc/sysctl.d/60-k8s.conf" net.ipv4.ip_forward=1 -net.ipv4.conf.default.rp_filter=1 -net.ipv4.conf.all.rp_filter=1 EOT sudo systemctl restart systemd-sysctl