Talos on Proxmox WIP
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user