-
Cross-posting to try and get an answer/resolution (fabric8io/kubernetes-client#5261) because we are stumped... We have two pipelines, one using a PVC and another not. Using the latest Tekton operator (v.0.67.0), both work in minikube or when applied maually/directly to the EKS cluster using the PipelineRun. When we go to trigger the pipeline using a PVC using the Quarkus Kubernetes-Tekton Client we get this error when a PVC is involved: Failure executing: POST at: https://172.20.0.1:443/apis/tekton.dev/v1beta1/namespaces/pipeline/pipelineruns. Message: admission webhook "webhook.pipeline.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "claims". Received status: Status(apiVersion=v1, code=400, details=null, kind=Status, message=admission webhook "webhook.pipeline.tekton.dev" denied the request: mutation failed: cannot decode incoming new object: json: unknown field "claims", metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=BadRequest, status=Failure, additionalProperties={}). Is there anything we are missing? We are not running this in OpenShift. We saw this ticket which seems similar: openshift-pipelines/pipelines-as-code#750 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@kjq What is the |
Beta Was this translation helpful? Give feedback.
-
We think we worked it out: |
Beta Was this translation helpful? Give feedback.
We think we worked it out:
https://groups.google.com/g/quarkus-dev/c/VCM0zxVYkJI