Hello.
We have an issue - canal containers are in permanent restart.
Here is a container log:
2020-01-10 09:06:28.923 [INFO][8] startup.go 256: Early log level set to info
2020-01-10 09:06:28.924 [INFO][8] startup.go 272: Using NODENAME environment for node name
2020-01-10 09:06:28.924 [INFO][8] startup.go 284: Determined node name: k8s-node-4
2020-01-10 09:06:28.926 [INFO][8] k8s.go 228: Using Calico IPAM
2020-01-10 09:06:28.926 [INFO][8] startup.go 316: Checking datastore connection
2020-01-10 09:06:28.947 [INFO][8] startup.go 340: Datastore connection verified
2020-01-10 09:06:28.947 [INFO][8] startup.go 95: Datastore is ready
2020-01-10 09:06:29.007 [INFO][8] startup.go 530: FELIX_IPV6SUPPORT is false through environment variable
2020-01-10 09:06:29.028 [INFO][8] startup.go 181: Using node name: k8s-node-4
2020-01-10 09:06:29.080 [INFO][16] k8s.go 228: Using Calico IPAM
CALICO_NETWORKING_BACKEND is none - no BGP daemon running
Calico node started successfully
2020-01-10 09:06:30.332 [WARNING][34] int_dataplane.go 354: Failed to query VXLAN device error=Link not found
2020-01-10 09:06:30.375 [WARNING][34] int_dataplane.go 384: Failed to cleanup preexisting XDP state error=failed to load XDP program (/tmp/felix-xdp-074424772): stat /sys/fs/bpf/calico/xdp/prefilter_v1_calico_tmp_A: no such file or directory
libbpf: failed to get EHDR from /tmp/felix-xdp-074424772
Error: failed to open object file
And there is a Kubernetes cluster options
I think, that this issue does not affect my cluster at the moment. But anyway, does anybody know how to fix it?