1
0
IaC/talos/patches/mc-all.yml

32 lines
625 B
YAML
Raw Permalink Normal View History

2024-12-10 04:34:13 +00:00
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:
2024-12-18 20:42:45 +00:00
- 192.168.1.11
- 10.96.10.254