Description
for the ephemeral storage by default it is 1GB. But if you build with nodejs (not via Dockerfile) it may failed because the node_modules may eventually exceeds 1GB.
Idea is, on the installation docs (getting started page) we should include the parameter to set it to a higher value (something like 2GB or even 5GB, depending how much the initial disk were), making sure we should be able to build and deploy a simple nodejs app on a new cluster which installed Kinto. (e.g. DO)
here is the parameter on helm chart
https://github.com/kintoproj/kinto-helm/blob/main/charts/kinto/values.yaml#L83
it should be something like
--set builder.env. ARGO_WORKFLOW_VOLUME_SIZE=2Gi