This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Description
When trying to test kube-spawn with systemd v240 or newer, it does not start the whole cluster.
Only one of the nodes becomes active, and only the node gets registered to systemd-machined. Actually all of the nodes should be active. Which node becomes active seems to be pretty random. Sometimes the master is active, sometimes one of the workers is active. In some cases, every node becomes inactive.
On the other hand, when running with systemd v239, everything works fine.
I have not managed to track down its reason. Probably git-bisect between v239 and v240 is needed.