tektoncd / results

Long term storage of execution results.
Apache License 2.0
73 stars 69 forks source link

Document Pruning Behavior #691

Open adambkaplan opened 6 months ago

adambkaplan commented 6 months ago

Feature Request

Document how Tekton Results can prune Tekton TaskRuns and PipelineRuns, potentially replacing the Tekton Operator pruner. Include the following:

  1. Behavior of the pruner - when is a TaskRun pruned, PipelineRun pruned, etc.
  2. Configuration options.

Originally posted by @adambkaplan in https://github.com/tektoncd/results/issues/690#issuecomment-1879283882

gabemontero commented 2 months ago

@khrm - with your idea of allowing the Operator pruner to properly coordinate with Tekton Results (via a knative finalizer IIRC), I think this documentation piece from Adam could also include that notion.

Would you agree ?