27 lines
686 B
Plaintext
27 lines
686 B
Plaintext
# 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 |