Skip to content

Commit

Permalink
Add kernel module xt_statistic
Browse files Browse the repository at this point in the history
When a k3s-agent is installed to the recent image and a hazelcast pod is deployed to the iot-2050-node, ip-tables can not be modified by k3s-agent since XT_STATISTIC Kernel module is missing.
This behavior has only been observed jet in the described setup and can be avoided by deleting and recreating the hazelcast pod.

Signed-off-by: LoeFe [email protected]
  • Loading branch information
LoeFe authored and Felix Loesch committed Apr 23, 2024
1 parent 9ece8fd commit d869441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-kernel/linux/files/iot2050_defconfig_base
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_IP_VS=m
CONFIG_IP_VS_RR=m
CONFIG_IP_NF_IPTABLES=m
Expand Down

0 comments on commit d869441

Please sign in to comment.