You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to ask, if there are some news on this? I have successfully implemnted your project for digital ocean. It would be really nice, if I could use the new k8s 1.17 feature VolumeSnapshots to manage the creation of the snapshots!
Do you know some other possibilities how can I manage it?
I wanted to use CronJob pods to create the snapshots scheduled but didn't find anything useful how to do it.
Thank you in advance.
I implemented this in a new project built with bash and kubectl: k8s-snapshotter
It's a different approach; no metadata annotations but rather a CronJob resource (or multiple) configured for the PVC. It will retain a specified number of snapshots of a certain frequency before starting to delete the oldest ones as new ones are created.
Rather than working directly with the backends, we can now let Kubernetes do it; we would just take care of creation and expiration.
https://kubernetes.io/blog/2018/10/09/introducing-volume-snapshot-alpha-for-kubernetes/
The text was updated successfully, but these errors were encountered: