remove legacy matching
This commit is contained in:
@@ -16,26 +16,10 @@ local-path-provisioner:
|
|||||||
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
- node: DEFAULT_PATH_FOR_NON_LISTED_NODES
|
||||||
paths:
|
paths:
|
||||||
- /var/mnt/local-storage
|
- /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
|
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
nodeSelectorTerms:
|
nodeSelectorTerms:
|
||||||
- matchExpressions:
|
|
||||||
- key: kubernetes.io/hostname
|
|
||||||
operator: In
|
|
||||||
values:
|
|
||||||
- talos-2di-ktg
|
|
||||||
- talos-9vs-6hh
|
|
||||||
- talos-aoq-hpv
|
|
||||||
- matchExpressions:
|
- matchExpressions:
|
||||||
- key: node-role.kubernetes.io/local-storage-node
|
- key: node-role.kubernetes.io/local-storage-node
|
||||||
operator: Exists
|
operator: Exists
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ rook-ceph-cluster:
|
|||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
storage:
|
storage:
|
||||||
useAllDevices: false
|
useAllDevices: false
|
||||||
devicePathFilter: "/dev/disk/by-partlabel/r-csi-disk|/dev/sda"
|
devicePathFilter: "/dev/disk/by-partlabel/r-csi-disk"
|
||||||
config:
|
config:
|
||||||
osdsPerDevice: "1"
|
osdsPerDevice: "1"
|
||||||
csi:
|
csi:
|
||||||
|
|||||||
Reference in New Issue
Block a user