-
-
Notifications
You must be signed in to change notification settings - Fork 39
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 Support for Snapshots #12
Comments
For both snapshots & volume content source, files have to be synced via I would recommend that |
Does the Go lib support https://cloud.google.com/storage/docs/moving-buckets#rest-copy-objects? |
@ofek One at a time, yes.... |
Should we include gsutil even though it would be large? I'm not a k8s expert but starting a job seems hacky. Is it? |
@ofek I don't think that this would be hacky... I think that's a perfect application of K8S. I would create a separate image only doing that and not package it into the same container. |
I mean, is it normal for a container to start another container? |
For Operators: yes |
Hmm interesting, okay then 😄 |
Better Idea: Instead of waiting minutes to copy small amounts of data via https://cloud.google.com/storage-transfer/docs/reference/rest/v1/transferJobs/create Credit @jeremyzahner |
Oh very neat. We'd just need to document how to add the required scope to a service account. |
Tracked via #47 |
https://kubernetes-csi.github.io/docs/external-snapshotter.html
The text was updated successfully, but these errors were encountered: