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

Support for emulation of Persistent Volumes via PVCs #12

Closed
ncresswell opened this issue Aug 21, 2023 · 0 comments · Fixed by #38, #52, #57 or #58
Closed

Support for emulation of Persistent Volumes via PVCs #12

ncresswell opened this issue Aug 21, 2023 · 0 comments · Fixed by #38, #52, #57 or #58

Comments

@ncresswell
Copy link
Member

In the Alpha, we support container persistence via hostpath mapping (which translates to a docker bind mount), which is rarely used in Kubernetes deployments. What is more common is PV's and PVC's coming from a storage class.

To provide standardised support for manifests that expect a PVC, we should emulate a default storage class (docker), make it the default, and then translate PVC's to Docker named volumes, akin to "docker volume create"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment