Noel Georgi 07cd0924ea
fix: recursive seccomp mounts
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>
2022-08-11 19:48:45 +05:30
..
2020-04-17 11:24:48 -07:00
2022-08-10 22:17:53 +05:30
2022-08-11 19:48:45 +05:30