PVC From Snapshot #3966
Labels
community
Community contribution
enhancement
New feature or request
needs triage
Requires review from the maintainers
What would you like added?
I'd love to be able to create a PVC on demand from a snapshot for each runner that I build. We have a significant amount of data we cache in PVCs (100s of GB) and I'd love to be able to create PVC for each runner based on a snapshot with this data.
PVC can be created like so
so I'd hope for some CRD interface like
Note: Feature requests to integrate vendor specific cloud tools (e.g.
awscli
,gcloud-sdk
,azure-cli
) will likely be rejected as the Runner image aims to be vendor agnostic.Why is this needed?
Moving 100s of GB on every build is cumbersome and takes lots of time. just restoring from a snapshot would be great.
The text was updated successfully, but these errors were encountered: