I noticed this error in the calico log.
calico-node [INFO][2355687] felix/int_dataplane.go 1660: attempted to modprobe nf_conntrack_proto_sctp error=exit status 1 output=""
It attempts to turn on the nf_conntrack_proto_sctp kernel module, but the operating system kernel does not contain this module.
Is it possible to disable the use of this module in calico?