You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see in the logs that controller is trying to free up some space:
Mar 1 21:36:33 kubernetes-master-ubuntu kubelet[9576]: I0301 21:36:33.776112 9576 image_gc_manager.go:285] [imageGCManager]: Disk usage on image filesystem is at 76% which is over the high threshold (70%). Trying to free 17049925632 bytes
Mar 1 21:36:33 kubernetes-master-ubuntu kubelet[9576]: I0301 21:36:33.789323 9576 image_gc_manager.go:350] [imageGCManager]: Removing image "sha256:1e62b686f055cbaf2813102da095f7cee1e0805f7b4b124a6a7beaba06d07a3c" to free 840632 bytes
But in the kubelet logs i see error that service failed:
Mar 1 21:36:33 kubernetes-master-ubuntu kubelet[9576]: E0301 21:36:33.795829 9576 remote_image.go:130] RemoveImage "sha256:1e62b686f055cbaf2813102da095f7cee1e0805f7b4b124a6a7beaba06d07a3c" from image service failed: rpc error: code = Unknown desc = Error response from daemon: conflict: unable to delete 1e62b686f055 (cannot be forced) - image is being used by running container 5f79894ff5bd
Service is trying to remove image 1e62b686f055 but this is pause image:
k8s-ci-robot
added
sig/node
Categorizes an issue or PR as relevant to SIG Node.
and removed
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
labels
Mar 1, 2018
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
RemoveImage service is trying to remove pause image. My kubelet is configured with:
I see in the logs that controller is trying to free up some space:
But in the kubelet logs i see error that service failed:
Service is trying to remove image
1e62b686f055
but this is pause image:What you expected to happen:
Service should skip pause image and all images used (needed) by cluster components.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):Cloud provider or hardware configuration:
DinD test environment
OS (e.g. from /etc/os-release):
uname -a
):The text was updated successfully, but these errors were encountered: