如何查找overlayfs对应的POD
mount |grep overlayfs | grep 1738
ctr -n k8s.io c list | grep 11ac4083419be11174746b68d018a0a402d9ae43c6b52125810fe1ec7db63bc6
查找目录并统计大小
find / -name "jfsCache" -exec du -sh {} + | sort -rh
如何根据pod找到containerd id
ka describe pod mysql-cbcb7d1c01-0 | grep -A5 -i "Container ID"
ctr c list | grep
ka describe pod mysql-cbcb7d1c01-0 | grep -B6 -i "Container ID"
nerdctl ps -a | grep