k3s/pkg/etcd
Brad Davidson 418c3fa858
Fix issue with datastore corruption on cluster-reset (#5515)
* Bump etcd to v3.5.4-k3s1
* Fix issue with datastore corruption on cluster-reset
* Disable unnecessary components during cluster reset

Disable control-plane components and the tunnel setup during
cluster-reset, even when not doing a restore. This reduces the amount of
log clutter during cluster reset/restore, making any errors encountered
more obvious.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2022-04-27 13:44:15 -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 Fix issue with datastore corruption on cluster-reset (#5515) 2022-04-27 13:44:15 -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