feat: added talos image + extensions

This commit is contained in:
sujiba 2025-05-08 22:56:50 +02:00
parent 5c9b55e8f9
commit 114e64c309
2 changed files with 45 additions and 24 deletions

View file

@ -1,10 +1,10 @@
clusterName: home-cluster
talosVersion: 1.10.0
talosVersion: 1.10.1
kubernetesVersion: 1.33.0
endpoint: https://10.10.10.4:6443
domain: ${myDomainName}
endpoint: https://10.10.10.3:6443
#domain: ${myDomainName}
additionalMachineCertSans:
- 10.10.10.3
@ -27,14 +27,15 @@ nodes:
nameservers:
- 10.10.10.2
installDisk: /dev/nvme0n1
userVolumes:
- name: local-storage
provisioning:
diskSelector:
match: disk.transport == "nvme"
maxSize: 500GiB
filesystem:
type: xfs
talosImageURL: factory.talos.dev/metal-installer/249d9135de54962744e917cfe654117000cba369f9152fbab9d055a00aa3664f
#userVolumes:
# - name: longhorn-block
# provisioning:
# diskSelector:
# match: disk.transport == "nvme"
# maxSize: 500GiB
# filesystem:
# type: xfs
machineSpec:
mode: metal
arch: amd64
@ -48,10 +49,21 @@ controlPlane:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915
- siderolabs/iscsi-tools
- siderolabs/util-linux-tools
patches:
- |-
machine:
kubelet:
extraMounts:
- destination: /var/mnt/longhorn
type: bind
source: /var/mnt/longhorn
options:
- bind
- rshared
- rw
time:
servers:
- 10.10.10.1