k3s/pkg/etcd
Brad Davidson ffe72eecc4 Address issues with etcd snapshots
* Increase the default snapshot timeout. The timeout is not currently
  configurable from Rancher, and larger clusters are frequently seeing
  uploads fail at 30 seconds.
* Enable compression for scheduled snapshots if enabled on the
  command-line. The CLI flag was not being passed into the etcd config.
* Only set the S3 content-type to application/zip if the file is zipped.
* Don't run more than one snapshot at once, to prevent misconfigured
  etcd snapshot cron schedules from stacking up.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2022-07-12 14:41:38 -07:00
..
apiaddresses_controller.go Fix issue with long-running apiserver endpoints watch (#5478) 2022-04-21 09:24:34 -07:00
etcd_test.go Added default endpoint for IPv6 2022-04-14 09:58:40 +02:00
etcd.go Address issues with etcd snapshots 2022-07-12 14:41:38 -07:00
etcdproxy.go Fixed loadbalancer in case of IPv6 addresses 2022-03-31 11:49:30 +02:00
member_controller.go Move the apiserver addresses controller into the etcd package 2022-04-07 11:28:15 -07:00
metadata_controller.go Move the apiserver addresses controller into the etcd package 2022-04-07 11:28:15 -07:00
s3.go Address issues with etcd snapshots 2022-07-12 14:41:38 -07:00