-
Bug
-
Resolution: Cannot Reproduce
-
Blocker
-
None
-
None
-
1
-
False
-
False
-
-
Pipelines Sprint 214
After an upgrade our users might loose existing TaskRuns which use our ClusterTasks (non-versioned) ones.
Unlike CRDs we do a replace upgrade for ClusterTasks. ie, the non-versioned ones are deleted and recreated during an upgrade. So in that action, all TaskRuns related to those ClusterTasks are going to be garbage collected.
Need to first verify and then fix, duh!