containerMode:Kubernetes. Use Empty dir #3318
Unanswered
DenisPalnitsky
asked this question in
Questions
Replies: 1 comment 1 reply
-
I think I find an answer after some digging. The |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I wonder if there is a way to use
emptyDir
instead of provisioning volume for every workflow.It seems that currently, the workflow runner relies on PVC however I cannot see the reason why it could not use
emptyDir
.Provisioning storage is problematic in our case as we have spikes in workflow jobs that could spin up over a 1000 extra pods and provisioning storage for each of them becomes a performance bottleneck.
Beta Was this translation helpful? Give feedback.
All reactions