Delete images after 24 hours of being unused.

This commit is contained in:
Tom Alexander
2026-05-02 15:53:35 -04:00
parent 9beffb46b6
commit b129bf5e3e

View File

@@ -47,6 +47,7 @@ let
"10.197.0.10" "10.197.0.10"
"fd00:3e42:e349::10" "fd00:3e42:e349::10"
]; ];
imageMaximumGCAge = "24h"; # Delete unused images after 1 day.
}; };
kubelet_config_file = (to_yaml_file "kubelet-config.yaml" kubelet_config); kubelet_config_file = (to_yaml_file "kubelet-config.yaml" kubelet_config);
in in