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
The objects for members that have already left the etcd cluster are kept
94
+
available for tracking purposes. Once the member has left the cluster, the
95
+
object status will reflect that it is safe to remove it.
96
+
97
+
**Note:** If you re-join same node without removing the corresponding `etcdmember` object the desired state will be updated back to `spec.leave: false` automatically. This is since currently in k0s there's no easy way to prevent a node joining etcd cluster.
98
+
44
99
## Replace a controller
45
100
46
101
To replace a controller, you first remove the old controller (like described above) then follow the [manual installation procedure](k0s-multi-node.md) to add the new one.
0 commit comments