allow scheduling longhorn on nvr
This commit is contained in:
parent
305b8ec038
commit
f9ad582136
@ -26,7 +26,7 @@
|
|||||||
+ tolerations:
|
+ tolerations:
|
||||||
+ - key: dedicated
|
+ - key: dedicated
|
||||||
+ operator: Equal
|
+ operator: Equal
|
||||||
+ value: storage
|
+ value: nvr
|
||||||
+ effect: NoSchedule
|
+ effect: NoSchedule
|
||||||
+ - key: arch
|
+ - key: arch
|
||||||
+ operator: Equal
|
+ operator: Equal
|
||||||
@ -42,7 +42,7 @@
|
|||||||
+ tolerations:
|
+ tolerations:
|
||||||
+ - key: dedicated
|
+ - key: dedicated
|
||||||
+ operator: Equal
|
+ operator: Equal
|
||||||
+ value: storage
|
+ value: nvr
|
||||||
+ effect: NoSchedule
|
+ effect: NoSchedule
|
||||||
+ - key: arch
|
+ - key: arch
|
||||||
+ operator: Equal
|
+ operator: Equal
|
||||||
|
Loading…
Reference in New Issue
Block a user