Automated Manifest Update #3025

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2026-01-02 05:03:22 +00:00
3 changed files with 1 additions and 26 deletions

View File

@@ -18,24 +18,6 @@ data:
"paths": [
"/var/mnt/local-storage"
]
},
{
"node": "talos-2di-ktg",
"paths": [
"/var/local-path-provisioner"
]
},
{
"node": "talos-9vs-6hh",
"paths": [
"/var/local-path-provisioner"
]
},
{
"node": "talos-aoq-hpv",
"paths": [
"/var/local-path-provisioner"
]
}
]
}

View File

@@ -65,13 +65,6 @@ spec:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- talos-2di-ktg
- talos-9vs-6hh
- talos-aoq-hpv
- matchExpressions:
- key: node-role.kubernetes.io/local-storage-node
operator: Exists

View File

@@ -155,7 +155,7 @@ spec:
storage:
config:
osdsPerDevice: "1"
devicePathFilter: /dev/disk/by-partlabel/r-csi-disk|/dev/sda
devicePathFilter: /dev/disk/by-partlabel/r-csi-disk
useAllDevices: false
useAllNodes: true
upgradeOSDRequiresHealthyPGs: false