码头工人 1.10.2
Kubernetes 1.1.7
我用参数启动docker
--graph=/mydisk/mypath/
并带参数启动 Kubelet
--docker-root=/mydisk/mypath/ --image-gc-high-threshold=80 --images-gc-low-threshold=60
docker info 显示数据空间总计:107.4 GB。而mydisk是1.2T。经过长时间运行,拉取的 docker 镜像总大小达到 107.4GB。然后 docker 守护进程崩溃。我不想设置
--storage-opt dm.loopdatasize=1.2T
对于码头工人。那么我该怎么做才能为 docker “Data Space Total” 而不是磁盘空间制作 Kubelet 镜像 GC?