Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase default ephemeral storage on installation docs #12

Open
nandiheath opened this issue Mar 11, 2021 · 0 comments · May be fixed by kintoproj/kinto-docs#21
Open

Increase default ephemeral storage on installation docs #12

nandiheath opened this issue Mar 11, 2021 · 0 comments · May be fixed by kintoproj/kinto-docs#21
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@nandiheath
Copy link
Member

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

@nandiheath nandiheath added documentation Improvements or additions to documentation good first issue Good for newcomers labels Mar 11, 2021
@Utwo Utwo linked a pull request Apr 7, 2021 that will close this issue
codingben pushed a commit that referenced this issue Apr 13, 2021
codingben pushed a commit that referenced this issue Apr 13, 2021
* 🌟 feat: add apache 2.0 LICENSE

* PR comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant