constellation/image/mkosi.skeleton/usr/lib/sysctl.d/10-k8s.conf
2022-10-21 11:04:25 +02:00

10 lines
381 B
Plaintext

net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_forward = 1
fs.inotify.max_user_instances = 8192
fs.inotify.max_user_watches = 524288
# kubernetes hardening (protectKernelDefaults=true)
vm.overcommit_memory = 1
kernel.panic = 10
kernel.panic_on_oops = 1