8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
27 lines
679 B
JSON
27 lines
679 B
JSON
{
|
|
"kind" : "Policy",
|
|
"apiVersion" : "v1",
|
|
"predicates" : [
|
|
{"name" : "PodFitsHostPorts"},
|
|
{"name" : "PodFitsResources"},
|
|
{"name" : "NoDiskConflict"},
|
|
{"name" : "MatchNodeSelector"},
|
|
{"name" : "HostName"}
|
|
],
|
|
"priorities" : [
|
|
{"name" : "LeastRequestedPriority", "weight" : 1},
|
|
{"name" : "BalancedResourceAllocation", "weight" : 1},
|
|
{"name" : "ServiceSpreadingPriority", "weight" : 1},
|
|
{"name" : "EqualPriority", "weight" : 1}
|
|
],
|
|
"extenders":[
|
|
{
|
|
"urlPrefix": "http://127.0.0.1:12346/scheduler",
|
|
"apiVersion": "v1beta1",
|
|
"filterVerb": "filter",
|
|
"prioritizeVerb": "prioritize",
|
|
"weight": 5,
|
|
"enableHttps": false
|
|
}
|
|
]
|
|
}
|