-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
area/roadmapIssues that are part of the project (or organization) roadmap (usually an epic)Issues that are part of the project (or organization) roadmap (usually an epic)kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
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.
- Stale object are object stuck in terminating state
- Usually it means there is a
deletionTimestamp(in metadata) and a finalizers … and it's old
- Usually it means there is a
- To warn user, we should report something in the
status.conditionsstating that there is some stale objects, with some link or command to detect them.
Metadata
Metadata
Assignees
Labels
area/roadmapIssues that are part of the project (or organization) roadmap (usually an epic)Issues that are part of the project (or organization) roadmap (usually an epic)kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.