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

Allow builds to be created if the builder has a latest image #1365

Closed
tomkennedy513 opened this issue Nov 2, 2023 · 0 comments · Fixed by #1370
Closed

Allow builds to be created if the builder has a latest image #1365

tomkennedy513 opened this issue Nov 2, 2023 · 0 comments · Fixed by #1370
Assignees

Comments

@tomkennedy513
Copy link
Collaborator

When kpack is determining if a build is required, it checks the status of the builder resource and will refuse to stamp out a build if the builder isn't ready. This is problematic because the builder will be not ready anytime it experiences a reconcile failure. There are many cases where a build could be kicked off using the available latest image from the builder even if the latest reconcile failed.

kpack should have a separate condition to indicate that the builder is failing to reconcile properly, leaving the ready condition to indicate whether or not he builder is capable of participating in a build (it has a latest image).

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 a pull request may close this issue.

1 participant