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
This change forces the node to attempt to re-bootstrap from the 1st server, even if the node is already initialized. We need to ensure that already bootstrapped nodes have NO dependencies on other nodes when starting up.
Environmental Info:
K3s Version:
v1.21.7-rc2+k3s2
Node(s) CPU architecture, OS, and Version:
N/A
Cluster Configuration:
3 server managed etcd
Describe the bug:
Can't restart cluster nodes without the initial node being up
Steps To Reproduce:
Expected behavior:
Once bootstrapped, additional nodes are able to start without needing to talk to the first server.
Actual behavior:
Servers depend on the first server being online and available in order to start.
Additional context / logs:
v1.21.7+k3s1
still does the right thing.Backporting
The text was updated successfully, but these errors were encountered: