This commit is contained in:
2026-03-03 06:06:00 +01:00
parent 08c1d0c605
commit cc56d92a6b
31 changed files with 1373 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.11/website/content/v1.11/schemas/config.schema.json
machine:
kubelet:
extraMounts:
- destination: /var/lib/longhorn
type: bind
source: /var/lib/longhorn
options:
- bind
- rshared
- rw