mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
31 lines
785 B
JSON
31 lines
785 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",
|
|
"filterVerb": "filter",
|
|
"bindVerb": "bind",
|
|
"prioritizeVerb": "prioritize",
|
|
"weight": 5,
|
|
"enableHttps": false,
|
|
"nodeCacheCapable": false
|
|
}
|
|
],
|
|
"hardPodAffinitySymmetricWeight" : 10,
|
|
"alwaysCheckAllPredicates" : false
|
|
}
|