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

provide easy option for users in setup without PVs #226

Closed
dustymabe opened this issue Oct 20, 2016 · 4 comments
Closed

provide easy option for users in setup without PVs #226

dustymabe opened this issue Oct 20, 2016 · 4 comments

Comments

@dustymabe
Copy link
Contributor

If a user is targeting an env without PVs it would be great if we gave them an easy option for getting up and running. Rather than having them create PVs (which can be complicated or maybe even not allowed if they don't control their environment) I think we should give them the option --volume=empty to substitute in a emptyDir for a PVC. The --volume option would could default to --volume=pvc.

This would allow them to get going without having to have it all set up, but would keep sane defaults for people who have real environments with appropriate volume setups.

More information on emptyDir here

@dustymabe
Copy link
Contributor Author

alternatively we could default to emptyDir and warn the user that if they want persistence they should provide --volume=pvc.

@dustymabe
Copy link
Contributor Author

This is another thing that we might want to put in a preference file as well.

@kadel
Copy link
Member

kadel commented Oct 21, 2016

This is great idea. But I would keep --volume=pvc as default, because I think that emptyDir is dangerous for users that don't know how ti works.

@dustymabe
Copy link
Contributor Author

cool - I assume we can plan on doing this then, unless someone else objects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants