calico报错Calico requires net.ipv4.conf.all.rp_filter to be set to 0 or 1

待我称王封你为后i 2022-12-29 01:41 81阅读 0赞

calico报错:

  1. int_dataplane.go 1018: Kernel's RPF check is set to 'loose'. This would allow endpoints to spoof their IP address. Calico requires net.ipv4.conf.all.rp_filter to be set to 0 or 1. If you require loose RPF and you are not concerned about spoofing, this check can be disabled by setting the IgnoreLooseRPF configuration parameter to 'true'.

解决方法:

  1. kubectl -n kube-system set env daemonset/calico-node FELIX_IGNORELOOSERPF=true

发表评论

表情:
评论列表 (有 0 条评论,81人围观)

还没有评论,来说两句吧...

相关阅读