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
Currently if a node experiences disk pressure, Kubelet GC removes infrequently-used images. Our usual case is either kube-proxy or owntracks2db. kube-proxy can be downloaded from public repositories, but owntracks2db is side-loaded.
Fixing #3 will make this less painful to recover from, but docker logs should be truncated periodically and logging should be adjusted to be less noisy. traefik is set to debug and could be changed to a less-noisy logging level as a quick win.
The text was updated successfully, but these errors were encountered:
Currently if a node experiences disk pressure, Kubelet GC removes infrequently-used images. Our usual case is either kube-proxy or owntracks2db. kube-proxy can be downloaded from public repositories, but owntracks2db is side-loaded.
Fixing #3 will make this less painful to recover from, but docker logs should be truncated periodically and logging should be adjusted to be less noisy. traefik is set to debug and could be changed to a less-noisy logging level as a quick win.
The text was updated successfully, but these errors were encountered: