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

ETCD S3 Backup File Name/Prefix Override #3610

Closed
mitchellmaler opened this issue Nov 30, 2022 · 2 comments
Closed

ETCD S3 Backup File Name/Prefix Override #3610

mitchellmaler opened this issue Nov 30, 2022 · 2 comments

Comments

@mitchellmaler
Copy link

Is your feature request related to a problem? Please describe.
When we deploy nodes, we generate a unique suffix for its name. For upgrades and changes we rebuild the nodes which in turn generates a new suffix on its name. The issue we are running into is the etcd backup process saves the files using the node name and also uses that for the pruning process. Since our node names often change, all old backups are not deleted automatically.

Describe the solution you'd like
Allow us to provide a backup prefix/name override that way even if the node name changes, the backup names are kept the same. Basically we would set this to the node name without the suffix.

Describe alternatives you've considered
Build some custom process to delete the backups outside rke2.

Additional context

none

@mitchellmaler mitchellmaler changed the title ETCD Backup File Name/Prefix Override ETCD S3 Backup File Name/Prefix Override Nov 30, 2022
@mitchellmaler
Copy link
Author

Updated name to include s3. This is around the automated s3 backup process in rke2.

@brandond
Copy link
Contributor

brandond commented Jan 6, 2023

Lets track this in #3714 - I believe the underlying issue is the same.

@brandond brandond closed this as completed Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants