|
Posted at 5 day before
Only Author
11#
To solve the issue, don’t use the large vmlinux file—instead, compile and use the compressed bzImage (via make bzImage), which is much smaller and suitable for /boot. Then install modules with make modules_install, copy bzImage to /boot, and update your bootloader (like update-grub). Make sure CONFIG_NETFILTER_XT_MATCH_COMMENT is enabled in your .config (set to y or m) so iptables can use -m comment, which K3s requires.
ragdoll hit |
|