2015-09-04 06:50:14 +00:00
|
|
|
{
|
|
|
|
"kind" : "Policy",
|
|
|
|
"apiVersion" : "v1",
|
|
|
|
"predicates" : [
|
2017-01-11 06:52:45 +00:00
|
|
|
{"name" : "PodFitsHostPorts"},
|
2015-09-04 06:50:14 +00:00
|
|
|
{"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}
|
|
|
|
],
|
2017-04-06 13:24:32 +00:00
|
|
|
"extenders" : [
|
2016-12-01 07:26:47 +00:00
|
|
|
{
|
|
|
|
"urlPrefix": "http://127.0.0.1:12346/scheduler",
|
2015-09-04 06:50:14 +00:00
|
|
|
"apiVersion": "v1beta1",
|
|
|
|
"filterVerb": "filter",
|
|
|
|
"prioritizeVerb": "prioritize",
|
|
|
|
"weight": 5,
|
2017-02-01 06:57:42 +00:00
|
|
|
"enableHttps": false,
|
|
|
|
"nodeCacheCapable": false
|
2016-12-01 07:26:47 +00:00
|
|
|
}
|
2017-04-06 13:24:32 +00:00
|
|
|
],
|
|
|
|
"hardPodAffinitySymmetricWeight" : 10
|
2015-09-04 06:50:14 +00:00
|
|
|
}
|