Skip to content

Multi-node kubernetes clusters #1184

Open
@afbjorklund

Description

@afbjorklund

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions