We need to get kernel-module-load autoconnect because Cilium Ingress requires and loads iptable_raw and xt_socket modules. If these modules are not loaded, ingress responses return “503 Service Unavailable” since datapath L7 redirection does not work correctly [1, 2].
This blocks the uploading of the snaps on the store.
+1 from me as well for auto-connectkernel-module-load to k8s scoped to iptable_raw and xt_socket modules to make Cilium datapath L7 redirection to properly work.