wip
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 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: false
|
||||
diskQuotaSupport: false
|
||||
kubePrism:
|
||||
enabled: false
|
||||
hostDNS:
|
||||
enabled: true
|
||||
forwardKubeDNSToHost: false
|
||||
Reference in New Issue
Block a user