You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy config.yaml
Install k3s
Take a snapshot passing s3 params
Stop k3s service
Restore the snapshot passing s3 params
Start k3s service
Verify the cluster is up and running
Replication results:
On k3s version v1.26.6+k3s1
Restore fails with path does not exist error
FATA[0001] starting kubernetes: preparing server: start managed database: etcd: snapshot path does not exist: on-demand-ip-172-31-15-87-1692378660
Validation results:
INFO[0014] Managed etcd cluster membership has been reset, restart without --cluster-reset flag now. Backup and delete ${datadir}/server/db on each peer etcd server and rejoin the nodes
$ k3s -v
k3s version v1.26.7+k3s-fdc7485c (fdc7485c)
go version go1.20.6
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
ip-172-31-6-153 Ready control-plane,etcd,master 55m v1.26.7+k3s-fdc7485c
Backport fix for --etcd-disable-snapshots flag usage leads to unexpected behavior
The text was updated successfully, but these errors were encountered: