Talos on Proxmox WIP

This commit is contained in:
2026-09-01 17:31:47 -04:00
parent aedb670c35
commit ae8bf2926f
13 changed files with 170 additions and 11 deletions
@@ -0,0 +1,27 @@
cluster:
id: <CLUSTER_ID>
secret: <CLUSTER_SECRET>
token: <BOOTSTRAP_TOKEN>
endpoint: https://<LOAD_BALANCER_IP>:6443
machine:
type: controlplane
token: <JOIN_TOKEN>
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.29.0
install:
disk: /dev/sda
image: ghcr.io/siderolabs/installer:v1.6.0
bootLOADER: grub
network:
interfaces:
- interface: eth0
dhcp: true
nameservers:
- 8.8.8.8
sysctls:
fs.inotify.max_user_watches: "1048576"
features:
rbac: true
stableHostname: true
appArmor: true