问题

1
使用containerd作为容器运行时导致的kubelet  error determining status: rpc error: code = Unknown desc = failed to get sandbox ip: check network namespace closed: remove netns: unlinkat

处理方法

1
2
3
4
5
6
echo 1 > /proc/sys/fs/may_detach_mounts
或者
sysctl -w fs.may_detach_mounts=1

建议:
部署过程中追加 内核参数: fs.may_detach_mounts=1