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
unable to delete a pipelinerun with EnableTektonOCIBundles flag, getting below error even while removing finalizer
error: pipelineruns.tekton.dev "installer-l0v75d" could not be patched: admission webhook "webhook.pipeline.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "EnableTektonOCIBundles"
For some reason, EnableTektonOCIBundles added into pipelinerun status.provenance.featureFlags, EnableTektonOCIBundles - completely removed on 0.62.x [1] so it becomes unknown field.
The Pipelinerun resources were already marked for deletion, and we can not change the resource, other than removing the finalizers.
But here the pipeline webhook 0.62.x doesn't like unknown field EnableTektonOCIBundles and rejecting.
It is a kind of dead lock now.
Pipeline Version:
v0.62.4
unable to delete a pipelinerun with
EnableTektonOCIBundles
flag, getting below error even while removing finalizerFor some reason,
EnableTektonOCIBundles
added into pipelinerunstatus.provenance.featureFlags
,EnableTektonOCIBundles
- completely removed on 0.62.x [1] so it becomes unknown field.The Pipelinerun resources were already marked for deletion, and we can not change the resource, other than removing the finalizers.
But here the pipeline webhook 0.62.x doesn't like unknown field
EnableTektonOCIBundles
and rejecting.It is a kind of dead lock now.
[1] - https://github.com/tektoncd/pipeline/pull/7789/files#diff-43c816abe932bdd16552907bcaac8c510320e205a874f5ff04dea69553e1bc7cR187
Expected Behavior
Should not throw unknown field error for
EnableTektonOCIBundles
Actual Behavior
Blocked on
EnableTektonOCIBundles
as unknown fieldThe text was updated successfully, but these errors were encountered: