GoogleContainerTools/skaffold

Warn if Docker daemon is out of space

开放

#4,695 创建于 2020年8月18日

 (1 条评论) (0 个反应) (0 位负责人)Go (1,416 个派生)batch import
help wantedkind/frictionkind/todopriority/p3

仓库指标

星标
 (12,822 个星标)
PR 合并指标
 (平均合并 3天 6小时) (30 天内合并 16 个 PR)

描述

We've noticed across a couple of friction logs that strange things occur when the Docker daemon is out of space, particularly with minikube.

Before calling docker build, could we check docker system df to make sure there is adequate space and emit a warning if not? This could also be useful as a trigger to prune images during startup (#4693).

NOTE: This would be applicable for both local builds (minikube docker-env) and remote builds.

贡献者指南