diff options
| -rw-r--r-- | roles/openshift_master/templates/scheduler.json.j2 | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_master/templates/scheduler.json.j2 b/roles/openshift_master/templates/scheduler.json.j2 index 835f2383e..cb5f43bb2 100644 --- a/roles/openshift_master/templates/scheduler.json.j2 +++ b/roles/openshift_master/templates/scheduler.json.j2 @@ -1,4 +1,6 @@  { +  "kind": "Policy", +  "apiVersion": "v1",    "predicates": [      {"name": "MatchNodeSelector"},      {"name": "PodFitsResources"},  | 
