infra/talos/config_patch.yaml
Finn dbd7d9aa2e
All checks were successful
/ render-helm (push) Successful in 29s
/ diff-and-deploy (push) Successful in 2m14s
talos metrics improvements
2025-02-03 18:43:43 -08:00

16 lines
422 B
YAML

cluster:
allowSchedulingOnControlPlanes: true
machine:
install:
disk: /dev/sde
kubelet:
extraMounts:
- destination: /var/local-path-provisioner
type: bind
source: /var/local-path-provisioner
options:
- bind
- rshared
- rw
extraArgs:
rotate-server-certificates: true