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

Add volume module type for persistent volumes #1607

Closed
eysi09 opened this issue Feb 15, 2020 · 0 comments · Fixed by #1615
Closed

Add volume module type for persistent volumes #1607

eysi09 opened this issue Feb 15, 2020 · 0 comments · Fixed by #1615
Assignees

Comments

@eysi09
Copy link
Collaborator

eysi09 commented Feb 15, 2020

Add a volume module type that allows users to use persistent volumes. Other modules types, e.g. the container module type, can reference the persistent volume and multiple modules will be able to share a persistent volume.

In terms of implementation, we'll create a base-volume module type which abstracts away the most common features that are likely to be shared by multiple providers. We'll extend that with a persistent-volume-claim module type that can be used specifically by the kubernetes and local-kubernetes providers, and that has the same spec as the PersistentVolumeClaim resource.

In the future, we could extend the base-volume for other providers as well.

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

Successfully merging a pull request may close this issue.

2 participants