Files
terraform/proxmox/templates/control_plane_user_data.tftpl
T

27 lines
561 B
Plaintext
Raw Normal View History

2026-09-01 17:31:47 -04:00
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