prep to migrate to new storage layout
All checks were successful
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 26s
renovate / renovate (push) Successful in 2m12s

This commit is contained in:
2026-01-01 14:07:32 -06:00
parent 89027af036
commit 79a0dfff1a
2 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,9 @@ local-path-provisioner:
reclaimPolicy: Delete reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer volumeBindingMode: WaitForFirstConsumer
nodePathMap: nodePathMap:
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
paths:
- /var/mnt/local-storage
- node: talos-2di-ktg - node: talos-2di-ktg
paths: paths:
- /var/local-path-provisioner - /var/local-path-provisioner
@@ -33,6 +36,9 @@ local-path-provisioner:
- talos-2di-ktg - talos-2di-ktg
- talos-9vs-6hh - talos-9vs-6hh
- talos-aoq-hpv - talos-aoq-hpv
- matchExpressions:
- key: node-role.kubernetes.io/local-storage-node
operator: Exists
configmap: configmap:
name: local-path-config name: local-path-config
setup: |- setup: |-

View File

@@ -85,7 +85,8 @@ rook-ceph-cluster:
cpu: 100m cpu: 100m
memory: 128Mi memory: 128Mi
storage: storage:
deviceFilter: sda useAllDevices: false
devicePathFilter: "/dev/disk/by-partlabel/r-csi-disk|/dev/sda"
config: config:
osdsPerDevice: "1" osdsPerDevice: "1"
csi: csi: