Open flbb opened 4 months ago
Hello! Thank you for filing an issue.
The maintainers will triage your issue shortly.
In the meantime, please take a look at the troubleshooting guide for bug reports.
If this is a feature request, please review our contribution guidelines.
I'm experiencing the a similar issue on self-hosted cluster with NFS persistent for container storage.
Actually the build proceds fine but then stops on the last step with the same error, so I'm following to see if there is anything that can also help my use-case.
+1 - this is an issue occuring on our end
securityContext:
runAsUser: <>
runAsGroup: <>
Adjusting this looks to be the fix
securityContext: runAsUser: <> runAsGroup: <>
Adjusting this looks to be the fix
@jonathan-fileread What kind of a Storage Class are you using? What user/group have you configured to the securityContext
configuration?
Checks
Controller Version
0.9.3
Deployment Method
Helm
Checks
To Reproduce
Describe the bug
When using ReadWriteMany volume as the work volume on kubernetes mode on a Azure kubernetes cluster the action results in an error:
When the Volumes Storage Class is set to use
uid=1001 gid=1001
on themountOptions
, the action will not start and ends in idling endlessly.Describe the expected behavior
Expected behavior would be having the job write hello with the following configuration:
Additional Context
Controller Logs
Runner Pod Logs