k3s/pkg/etcd
Brad Davidson c36db53e54 Add etcd s3 config secret implementation
* Move snapshot structs and functions into pkg/etcd/snapshot
* Move s3 client code and functions into pkg/etcd/s3
* Refactor pkg/etcd to track snapshot and s3 moves
* Add support for reading s3 client config from secret
* Add minio client cache, since S3 client configuration can now be
  changed at runtime by modifying the secret, and don't want to have to
  create a new minio client every time we read config.
* Add tests for pkg/etcd/s3

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2024-07-10 13:13:55 -07:00
..
s3 Add etcd s3 config secret implementation 2024-07-10 13:13:55 -07:00
snapshot Add etcd s3 config secret implementation 2024-07-10 13:13:55 -07:00
apiaddresses_controller.go Allow for multiple sets of leader-elected controllers 2023-02-10 10:46:48 -08:00
etcd.go Add etcd s3 config secret implementation 2024-07-10 13:13:55 -07:00
etcd_test.go Add etcd s3 config secret implementation 2024-07-10 13:13:55 -07:00
etcdproxy.go Fix issue caused by sole server marked as failed under load 2024-05-30 11:47:23 -07:00
member_controller.go Kubernetes V1.30.0-k3s1 (#10063) 2024-05-06 19:42:27 +03:00
metadata_controller.go Fix netpol crash when node remains tained unintialized 2024-05-28 23:34:44 -07:00
snapshot.go Add etcd s3 config secret implementation 2024-07-10 13:13:55 -07:00
snapshot_controller.go Add etcd s3 config secret implementation 2024-07-10 13:13:55 -07:00
snapshot_handler.go Add etcd s3 config secret implementation 2024-07-10 13:13:55 -07:00