Browse Source

Issue361 - MatchNodeSelector should be first

Scott Dodson 9 years ago
parent
commit
b5d8fabbc9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_master/templates/scheduler.json.j2

+ 1 - 0
roles/openshift_master/templates/scheduler.json.j2

@@ -1,5 +1,6 @@
 {
   "predicates": [
+    {"name": "MatchNodeSelector"},
     {"name": "PodFitsResources"},
     {"name": "PodFitsPorts"},
     {"name": "NoDiskConflict"},