You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the PipelineRun (PR) is completed, the Tekton Chains controller adds a finalizer to handle provenance creation and artifact signing. After this process is finished and a deletion timestamp is set on the PR, the finalizer will be CLEARED, allowing the object to be deleted.
Actual Behavior
THE FINALIZER CLEAR FAILS with the below error:
error":"failed to clear finalizers: admission webhook \"validation.webhook.pipeline.tekton.dev\" denied the request: validation failed: invalid value: Once the PipelineRun is complete, no updates are allowed:
There is no retry following this resulting in the object stuck until we clear them manually.
Steps to Reproduce the Problem
This issue is not reproducible all the time. But we do have evidence of stuck PRs in production clusters.