renovate[bot] db86e8cf78 fix(deps): update module github.com/mudler/yip to v1.16.2 (#107)
* fix(deps): update module github.com/mudler/yip to v1.16.2

* chore: go mod tidy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nianyu Shen <xiaoyu9964@gmail.com>
2025-06-04 15:25:30 -07:00

Kairos K3S Cluster Plugin


This provider will configure a k3s installation based on the cluster section of cloud init.

Configuration

cluster_token: a token all members of the cluster must have to join the cluster.

control_plane_host: the host of the cluster control plane. This is used to join nodes to a cluster. If this is a single node cluster this is not required.

role: defines what operations is this device responsible for. The roles are described in detail below.

  • init This role denotes a device that should initialize the etcd cluster and operate as a k3s server. There should only be one device with this role per cluster.
  • controlplane: runs the k3s server.
  • worker: runs the k3s agent.

Example

#cloud-config

cluster:
  cluster_token: randomstring
  control_plane_host: cluster.example.com
  role: init
  config: |
    node-name: example-node
Description
No description provided
Readme Apache-2.0 1.1 MiB
Languages
Go 77.4%
Shell 12.7%
Earthly 9.9%