Closed rguptar closed 1 year ago
@sudo-bmitch Have you seen this error before with gitea
?
Is that error pointing to a permission issue with the workspace volume? It could be related to the CSI driver.
The pipelineRun
could require the following fsGroup permission to be set for the git clone task to read and write to the workspace volume.
@pxp928, changing the file permissions resolved the error, thanks for taking a look!
podTemplate:
securityContext:
fsGroup: 65532
@pxp928, changing the file permissions resolved the error, thanks for taking a look!
podTemplate: securityContext: fsGroup: 65532
I ran into this issue as well am clueless about cue and have what I suspect is a dumb question- did you correct this by editing sample-pipeline.cue and redeploying the sample pipeline? If so, would you be willing to share a diff that shows the content you added to the cue file? Thanks in advance!!
@GooseYArd made a PR to fix this issue. #414 also shows the diff.
Just a couple things I noticed when I set FRSCA up locally:
00-kubernetes-minikube-setup.sh
, there's a crane install for Mac but not Linux. We can reference the binaries from GitHub.