k3s/pkg/cluster
Brad Davidson a3bbd58f37 Fix managed etcd cold startup deadlock issue #2249
We should ignore --token and --server if the managed database is initialized,
just like we ignore --cluster-init. If the user wants to join a new
cluster, or rejoin a cluster after --cluster-reset, they need to delete
the database. This a cleaner way to prevent deadlocking on quorum loss,
and removes the requirement that the target of the --server argument
must be online before already joined nodes can start.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2020-09-27 02:44:49 -07:00
..
managed
bootstrap.go Fix managed etcd cold startup deadlock issue #2249 2020-09-27 02:44:49 -07:00
cluster.go
encrypt.go
etcd.go
https.go Add error logger to http server (#2242) 2020-09-14 23:14:30 +02:00
managed.go Initial Logging Output Update (#2246) 2020-09-21 09:56:03 -07:00
router.go
storage.go