when i install k8s in ubuntu24.04 , i get the following words:
Host package iptables is required for kubernetes version 1.29.4
Host package socat is required for kubernetes version 1.29.4
Host package ebtables is required for kubernetes version 1.29.4
Host package conntrack is required for kubernetes version 1.29.4
Host package fio is required
Host package containerd is required for containerd version 1.6.31
but when i install k8s in ubuntu22.04, i do not need pre-install ths host packages,
could you tell me the reason i hava to do this in ubuntu24.04 , and how can I install k8s in a fully offline environment without requiring pre-installed host packages?