mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 14:11:13 +02:00
Since `/var/lib/kubelet` was mounted with `rbind` and `rshared`, the seccomp profile mount from the host at `/var/lib/seccomp/profiles` when mounted at `/var/lib/kubelet/seccomp/profiles` would create a mount back to the host creating an extra mount everytime kubelet starts/restarts. Fix the issue by using the same path for the seccomp profiles on both host and kubelet. Signed-off-by: Noel Georgi <git@frezbo.dev>