K2s
K2s copied to clipboard
Start for new worker nodes added by node cmd
The issue #39 introduces the possibility to add and remove new nodes.
Within this issue the start
cmd needs to be enhanced so that it supports these additional nodes.
In case of an start
for the additional worker nodes only the K8s system services like kubelet and container runtime shall be started,
from K2s point of view the new node is only represented by the K8s components.
From system point of view the user is responsible for the new node.