소스 검색

Merge pull request #362 from sdodson/issue361

Issue361 - MatchNodeSelector should be first
Brenton Leanhardt 9 년 전
부모
커밋
dd186e74e0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"},