salmon-dress-95863
02/28/2025, 7:15 AME0227 20:36:41.752351 411079 proxier.go:1564] "Failed to execute iptables-restore" err=<
exit status 1: Ignoring deprecated --wait-interval option.
Warning: Extension statistic revision 0 not supported, missing kernel module?
iptables-restore: line 86 failed
>
...
411079 reflector.go:166] "Unhandled Error" err="<http://k8s.io/client-go@v1.32.2-k3s1/tools/cache/reflector.go:251|k8s.io/client-go@v1.32.2-k3s1/tools/cache/reflector.go:251>: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource"
411079 reflector.go:569] <http://k8s.io/client-go@v1.32.2-k3s1/tools/cache/reflector.go:251|k8s.io/client-go@v1.32.2-k3s1/tools/cache/reflector.go:251>: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
Adding CONFIG_NETFILTER_XT_MATCH_STATISTIC
in kernel fixes the issue. Not sure if it's required in the base k3s. Seems to happen in association with cert-manager because the helm chart was in failed state, I'm not sure. There is no mention of this kernel option in the output of k3s check-config
. Should it be added?creamy-pencil-82913
02/28/2025, 8:13 AMsalmon-dress-95863
02/28/2025, 8:14 AMcreamy-pencil-82913
02/28/2025, 8:15 AMcreamy-pencil-82913
02/28/2025, 8:16 AMsalmon-dress-95863
02/28/2025, 8:16 AMCONFIG_NETFILTER_XT_MATCH_STATISTIC
to my kernel and all errors went away at leastcreamy-pencil-82913
02/28/2025, 8:17 AMsalmon-dress-95863
02/28/2025, 8:18 AMcreamy-pencil-82913
02/28/2025, 8:18 AM-m statistic
shows it was added by this commit in 2021, and that was just a move from somewhere else.
https://github.com/kubernetes/kubernetes/commit/8ef1255cdde2#diff-2ccafd63d57233fd0697b9852514604ab880e29aeb073035765ad7541cad1b35R1642salmon-dress-95863
02/28/2025, 8:20 AMcreamy-pencil-82913
02/28/2025, 8:21 AM-m statistic
was 10 years ago at which point it was also already there… so yeah I’d say it’s always been required.creamy-pencil-82913
02/28/2025, 8:21 AMsalmon-dress-95863
02/28/2025, 8:22 AMcreamy-pencil-82913
02/28/2025, 8:22 AMsalmon-dress-95863
02/28/2025, 8:23 AMcreamy-pencil-82913
02/28/2025, 8:34 AMsalmon-dress-95863
02/28/2025, 8:47 AM