-
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:
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 7 replies
-
It seems like a claims field would only be coming from a nested ResourceRequirements under the PVC. Is is possile that the admission webhook doesn't know the full definition of what's possible via ResourceRequirements? Have you tried using tekton v1 resources? |
Beta Was this translation helpful? Give feedback.
-
For reference, we think we worked it out: |
Beta Was this translation helpful? Give feedback.
For reference, we think we worked it out:
https://groups.google.com/g/quarkus-dev/c/VCM0zxVYkJI