Split project

This commit is contained in:
2026-09-08 00:15:03 -04:00
parent 33dc172296
commit 02516f403a
33 changed files with 223 additions and 44 deletions
@@ -0,0 +1,27 @@
# Ref: https://docs.siderolabs.com/talos/latest/reference/configuration/v1alpha1/config#machine
machine:
certSANs:
- "${hostname}.${local_domain}"
- "${cluster_fqdn}"
- "${cluster_api_ipv4_address}"
- "${cluster_api_ipv6_address}"
- "${ipv4_address}"
- "${ipv6_address}"
kubelet:
defaultRuntimeSeccompProfileEnabled: true
disableManifestsDirectory: true
install:
disk: /dev/sda
wipe: true
grubUseUKICmdline: true
legacyBIOSSupport: false
features:
kubernetesTalosAPIAccess:
enabled: false
diskQuotaSupport: false
kubePrism:
enabled: false
hostDNS:
enabled: true
forwardKubeDNSToHost: false