Whitelisting sysctls for containers in Kubernetes Kind Whitelisting sysctls for containers in Kubernetes Kind kubernetes kubernetes

Whitelisting sysctls for containers in Kubernetes Kind


I don't think that --alowed-unsafe-sysctls flag could work with Kind nodes, because Kind nodes themselves are containers, whose sysctl FS is read-only.

My workaround is to change the needed sysctl values on my host machine. Kind nodes (and in turn their containers) will reuse these values.