Hi All,
I’m currently setting up a MicroK8s cluster using a set of Jetson Orin Nano devices. However, I’m encountering issues when trying to start calico
, with logs indicating that the ip_set
kernel module is missing.
After some research, I came across the following resources:
Based on these, it appears that recompiling the kernel is required to include the missing module. However, this process seems quite demanding for hobbyists.
Would it be possible to provide a step-by-step guide, or consider including the ip_set
module in a future JetPack release to simplify the setup process?
Many thanks for your support!