试着复制豆荚中的数据
failed to copy: write /var/lib/containerd/io.containerd.content.v1/data: no space left on device我的/var已满,我想更改容器的根目录,有没有办法从/var/lib/containerd/更改目录?
发布于 2022-08-12 06:40:24
您需要更改/etc/收集器/config.toml中的路径。
version = 2
# persistent data location
root = "/var/lib/containerd" #your_free_path_here确保重新启动containerd
sudo systemctl restart contained检查容器版本
kubectl get nodes -o wide | grep containerdhttps://stackoverflow.com/questions/73329982
复制相似问题