# Talos Worker Configuration Patch # Base configuration for worker nodes machine: # Network optimizations sysctls: net.core.somaxconn: "8192" net.ipv4.tcp_max_syn_backlog: "8192" net.core.netdev_max_backlog: "5000" net.ipv4.ip_local_port_range: "1024 65535" net.ipv4.tcp_tw_reuse: "1" net.ipv4.tcp_fin_timeout: "15" fs.file-max: "2097152" fs.inotify.max_user_watches: "524288" vm.max_map_count: "262144" # Kubelet configuration kubelet: extraArgs: max-pods: "110" kube-reserved: "cpu=100m,memory=200Mi" system-reserved: "cpu=100m,memory=100Mi" # Time sync time: servers: - ntp1.hetzner.de - ntp2.hetzner.com - ntp3.hetzner.net # Features features: rbac: true stableHostname: true cluster: # Network configuration network: cni: name: flannel dnsDomain: cluster.local serviceSubnets: - 10.96.0.0/12 podSubnets: - 10.244.0.0/16