2026-09-03 00:35:34 -04:00
|
|
|
# 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:
|
2026-09-03 18:13:21 -04:00
|
|
|
kubernetesTalosAPIAccess:
|
|
|
|
|
enabled: false
|
2026-09-03 00:35:34 -04:00
|
|
|
diskQuotaSupport: false
|
|
|
|
|
kubePrism:
|
|
|
|
|
enabled: false
|
|
|
|
|
hostDNS:
|
|
|
|
|
enabled: true
|
|
|
|
|
forwardKubeDNSToHost: false
|