quaint-terabyte-39952
09/21/2025, 3:56 AMapiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
allowedUnsafeSysctls:
- "net.ipv4.conf.all.src_valid_mark"
- "net.ipv6.conf.all.disable_ipv6"
but that doesn't seem to work it just gets deleted on restart
I've also tried and that does the same thing
kubelet:
sysctls:
net.ipv4.conf.all.src_valid_mark: "1"
net.ipv6.conf.all.disable_ipv6: "1"
the error I'm getting is Warning SysctlForbidden 45s kubelet forbidden sysctl: "net.ipv4.conf.all.src_valid_mark" not allowlistedquaint-terabyte-39952
09/21/2025, 6:14 AMkubelet-arg:
◦ allowed-unsafe-sysctls=net.ipv4.ip_forward
◦ allowed-unsafe-sysctls=net.ipv4.conf.all.src_valid_mark
◦ allowed-unsafe-sysctls=net.ipv6.conf.all.disable_ipv6