-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(): Add support for s3 storage in Kubernetes etcd backup job #25
base: main
Are you sure you want to change the base?
Conversation
mv /tmp/etcd-backup/* "${BACKUP_PATH_POD}" | ||
rm -rv /tmp/etcd-backup | ||
|
||
# expire backup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to manage the removal of old backups in there too with mc
maybe? Then we would not need of a retention policy, what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know, I mostly focused on the first if statement, which publishes to s3. This part is responsible for nfs backups.
This part is edited, because I had to format it and that's all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, well we could add that later if needed, so for now I suggest we are fine! Let's merge and test this then :)
Description
Add support for s3 storage in Kubernetes etcd backup job
Issues
#22
Checklist