-
Notifications
You must be signed in to change notification settings - Fork 112
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
Move to Conditions instead of Status in the BuildRun #307
Labels
Milestone
Comments
qu1queee
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Jul 24, 2020
Some cross referencing
|
Closed
Updates on this:
Once both steps are done, we can close this issue. |
we are working now in step 2, to make the BuildRun to use the Conditions, wip branch is https://github.com/qu1queee/build/tree/br_conditions_imp, fyi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Idea:
From previous community discussions, we would like to move out from having a
Status
on the Buildrun in favour ofConditions
. This doc explains in detail why Conditions are a good practice in Kubernetes. Also, the Tekton TaskRun relies only on Conditions and their different fields are explained in here https://github.com/tektoncd/pipeline/blob/master/docs/taskruns.md#monitoring-execution-statusThe text was updated successfully, but these errors were encountered: