Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: warning logs when image pulls back off #107

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

abuchanan-airbyte
Copy link
Collaborator

If you pull images too many times, Docker Hub will rate limit you, and K8s will back off trying to pull images. This can grind abctl installs to a halt – in my experience it can take hours to recover from this.

This change makes these events clear warnings in the logs, so that the user knows what's going on immediately (while k8s spins behind the scenes).

There's a lot more that needs to be done in this area (image caching, better status reporting, etc) but this is a small, quick way to make the situation clearer to the user.

image

@abuchanan-airbyte abuchanan-airbyte requested a review from a team as a code owner September 9, 2024 22:21
@abuchanan-airbyte abuchanan-airbyte merged commit a60ae92 into main Sep 10, 2024
2 checks passed
@abuchanan-airbyte abuchanan-airbyte deleted the abuch/image-pull-rate-limit-warnings branch September 10, 2024 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants