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

[Release-1.26] - k3s etcd-snapshot delete fail to delete local file when called with s3 flag #8144

Merged
merged 1 commit into from
Aug 5, 2023

Commits on Aug 4, 2023

  1. fix for etcd-snapshot delete with --etcd-s3 flag (k3s-io#8110)

    k3s etcd-snapshot save --etcd-s3 ... is creating a local snapshot and uploading it to s3 while k3s etcd-snapshot delete --etcd-s3 ... was deleting the snapshot only on s3 buckets, this commit change the behavior of delete to do it locally and on s3
    
    Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
    (cherry picked from commit e551308)
    osodracnai committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6af3251 View commit details
    Browse the repository at this point in the history