PaxAutoma / operos

Linux-based operating system that brings hyperscaler-grade infrastructure automation to organizations of all sizes

Home Page:https://www.paxautoma.com/operos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image eviction via systemd timer

gwklok opened this issue · comments

Periodically clean up the ephemeral storage on the worker by removing docker images not in use by any running pods on the worker nodes.

@rlisagor points out https://kubernetes.io/docs/concepts/cluster-administration/kubelet-garbage-collection/ we just need to verify that this is enabled/doing what we want.