mirror of https://github.com/k3s-io/k3s
Merge pull request #3198 from briandowns/backport_3197_1.19
[Backport 1.19] - Resolve local retention issue when S3 in use.pull/3208/head
commit
f761529953
|
@ -827,8 +827,6 @@ func (e *ETCD) Snapshot(ctx context.Context, config *config.Control) error {
|
|||
return errors.Wrap(err, "failed to apply s3 snapshot retention")
|
||||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// check if we need to perform a retention check
|
||||
|
|
Loading…
Reference in New Issue