allow scheduling longhorn on nvr
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user