-
Notifications
You must be signed in to change notification settings - Fork 772
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
Comments
alternatively we could default to |
This is another thing that we might want to put in a preference file as well. |
This is great idea. But I would keep |
cool - I assume we can plan on doing this then, unless someone else objects |
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 aemptyDir
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
hereThe text was updated successfully, but these errors were encountered: