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

Allow Zookeepers to be run with ephemeral storage. #63

Closed
HoustonPutman opened this issue May 2, 2019 · 0 comments · Fixed by #215
Closed

Allow Zookeepers to be run with ephemeral storage. #63

HoustonPutman opened this issue May 2, 2019 · 0 comments · Fixed by #215
Labels
kind/enhancement New feature or request Priority-P2

Comments

@HoustonPutman
Copy link
Contributor

Currently the operator only allows for persistent volumes, however for certain use cases it can be very useful to have ephemeral storage instead of persistent storage.

This could be implemented like the etcd-operator, where EmptyDir is used when no PVC spec is provided. The issue there is that the change would be backwards incompatible. The API documentation actually states that this is the behavior, but it isn't implemented.

The changes would be relatively minimal and would just require edits to the statefulSet generator and api.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request Priority-P2
Projects
None yet
2 participants