Detect *stale* tekton objects prior to a upgrade / reconciliaton #2474
Labels
area/roadmap
Issues that are part of the project (or organization) roadmap (usually an epic)
kind/feature
Categorizes issue or PR as related to a new feature.
A set of stale tekton objects (
PipelineRun
, …) can block the entire upgrade process (see #2473). The operator should be able to detect if there is stale tekton objects and warn and pause the reconciliation until it gets resolved.deletionTimestamp
(in metadata) and a finalizers … and it's oldstatus.conditions
stating that there is some stale objects, with some link or command to detect them.The text was updated successfully, but these errors were encountered: