Skip to main content

Provision nodes

After creating the nodes in Proxmox run the following commands. In this example, I have 3 API controllers and 3 worker nodes. Each controller will have an etcd database.

 

talosctl gen config koryscluster https://192.168.2.1:6

Edit the worker.yaml that gets created by the last command. We will need to add longhorn support.

    kubelet:         extraMounts:           - destination: /var/lib/longhorn             type: bind             source: /var/lib/longhorn             options:               - bind               - rshared               - rw         image: ghcr.io/siderolabs/kubelet:v1.32.0 

tesd