20 lines
512 B
YAML
20 lines
512 B
YAML
machine:
|
|||
|
|
certSANs: []
|
||
|
|
# kubelet:
|
||
|
|
# image: ghcr.io/siderolabs/kubelet:v1.36.3
|
||
|
|
# defaultRuntimeSeccompProfileEnabled: true
|
||
|
|
# disableManifestsDirectory: true
|
||
|
|
install:
|
||
|
|
disk: /dev/sda
|
||
|
|
image: ghcr.io/siderolabs/installer:v1.13.0
|
||
|
|
wipe: false
|
||
|
|
grubUseUKICmdline: true
|
||
|
|
features:
|
||
|
|
diskQuotaSupport: true
|
||
|
|
kubePrism:
|
||
|
|
enabled: false
|
||
|
|
hostDNS:
|
||
|
|
enabled: true
|
||
|
|
forwardKubeDNSToHost: false
|
||
|
|
nodeLabels:
|
||
|
|
node.kubernetes.io/exclude-from-external-load-balancers: ""
|