Open
Description
Description
Currently the lima clusters, in k3s.yaml and k8s.yaml, set up a single-node cluster.
The control plane node is "tainted", to allow running user application pods on it:
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
If networking between two instances is set up, it is possible to add additional nodes.
This would implicitly require deploying a multi-host CNI, e.g. flannel - not bridge
Discussion:
Initial PR: