mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-14 21:45:11 +00:00
Automatic merge from submit-queue Collect and expose runtime's image storage usage via Kubelet's /stats/summary endpoint This information is useful to users since docker images are typically not stored on the root filesystem. Kubelet will also consume this feature in the future to decide is evicting images will help with disk usage on the nodes. cc @kubernetes/sig-node