1
0
IaC/talos/patches/mc-all.yml
2024-12-09 23:34:13 -05:00

31 lines
604 B
YAML

machine:
features:
hostDNS:
enabled: true
forwardKubeDNSToHost: false
kubePrism:
enabled: false
install:
wipe: true
legacyBIOSSupport: false
diskSelector:
type: ssd
kubelet:
extraArgs:
rotate-server-certificates: true
extraMounts:
- destination: /var/local/openebs
type: bind
source: /var/local/openebs
options:
- bind
- rshared
- rw
nodeLabels:
openebs.io/engine: mayastor
sysctls:
vm.nr_hugepages: "1024"
time:
disabled: false
servers:
- 192.168.1.11