mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 08:44:24 +00:00
This just sets up the initial cluster via bootstrap. It does *not* manage state changes correctly afterwards. If one node crashes (get's killed) it InfraKit will start a new node, but the new node does not join the cluster (and the old node is not removed, either). Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>