Shared PVC for all pipeline #8755
Unanswered
julienroy50
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to minimize the execution time of our pipelines and also the network footprint. We want to have a share PVC across all pipelines that will contains m2 directory for maven. We did not succeed in doing so. Need your help.
Are are some information on our configuration:
In feature-flags we have
Our Share PVC is declared such as this
The errors encounter are
The same solution works fine with a single execution. The error only occurs when multiple pipeline are running and trying to access the volume at the same time.
Beta Was this translation helpful? Give feedback.
All reactions