This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Reduce spam log generated by registry cache warmer #1529
Labels
onboarding/activation
Particular pertinence to getting Flux up and running
UX
In pursuit of a delightful user experience
Due to the fact that Flux and helm-op images are hosted on Quay, every time someone installs Flux will be faced with hundreds of errors.
These errors will increase with every Flux commit since we log an error per image tag:
We could detect the HTTP 429 and log a warning once per image or just ignore them and keep the rate limiter logs:
On GKE is even worse since Flux can't parse the nvidia-gpu-device-plugin tag and this adds up to the startup error count:
Another issue is that we log a git clone error even if the git URL is setup correctly, adding up to the confusion:
For first time users this is a bad experience and makes it very hard to diagnose a git URL miss configuration see #1528
The text was updated successfully, but these errors were encountered: