Commit Graph

11 Commits

Author SHA1 Message Date
afd52f5297 removing the temporary image used for pulling from the proxy. 2025-03-09 14:29:00 +01:00
b31e03bc7a Initial pull implemented.
Support for proxy repositories by pulling from the proxy and then tagging the image.
2025-03-09 14:18:29 +01:00
965dfbf245 robustness and logging. 2025-03-07 18:57:20 +01:00
be5ceb1ee5 logging node name for important operations
terminating application when watching pods stops
Dockerfile and docker compose file added.
helm chart added
2025-03-02 23:33:17 +01:00
e8d4adaf53 periodically checking now for pods.
Now also dealing with deleted resources in the time interval.
Making sure that new pods are not immediately synced on other nodes to avoid pull rate limits caused by this code.
2025-03-02 19:47:44 +01:00
2e537818fb towards a structure with more dependency injection and uisng a moving window to see what pods were active in the given interval. 2025-03-02 17:41:25 +01:00
891fdc990c excluding controller node pods by default. 2025-03-02 17:18:13 +01:00
1688aa6dea moved configuration to fetcher object. 2025-03-02 17:03:03 +01:00
58ef7f76e4 only pulling images that are ready for 1 hour on another node.
Also configurable ready interval.
2025-03-02 09:14:48 +01:00
fe485f7fe7 basic pulling, pinning, and unpinning is working. 2025-03-01 21:12:31 +01:00
d89f971175 first commit 2025-03-01 13:03:18 +01:00