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 datasets to be mounted as ephemeral volumes in pods #164

Open
srikumar003 opened this issue Feb 24, 2022 · 0 comments · May be fixed by #175
Open

Allow datasets to be mounted as ephemeral volumes in pods #164

srikumar003 opened this issue Feb 24, 2022 · 0 comments · May be fixed by #175
Assignees
Labels
enhancement New feature or request

Comments

@srikumar003
Copy link
Collaborator

Following from #139, datasets cannot be used in managed K8s environments where creation of cluster-scoped objects (like PersistentVolumes) are not allowed. One solution is to allow datasets to be translated into CSI ephemeral/inline volumes which will avoid the creation of PV/PVC but still allow mounting of volumes inside pods

CSI Inline Volumes are in beta since K8s v1.16 and will be GA from v1.24. However, this ability depends on support from the drivers.

We'll initially extend CSI-S3 to provide ephemeral volume support and to test Datashim. Additionally, we could extend this ability to the NFS and HostPath drivers

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

Successfully merging a pull request may close this issue.

1 participant