mirror of
https://github.com/nclabteam/THPA.git
synced 2025-02-12 10:31:54 +00:00
25 lines
688 B
JSON
25 lines
688 B
JSON
|
{
|
||
|
"kind" : "Policy",
|
||
|
"apiVersion" : "v1",
|
||
|
"predicates" : [
|
||
|
{"name" : "PodFitsHostPorts"},
|
||
|
{"name" : "PodFitsResources"},
|
||
|
{"name" : "MatchNodeSelector"},
|
||
|
{"name" : "HostName"}
|
||
|
],
|
||
|
"priorities" : [
|
||
|
{"name" : "ServiceSpreadingPriority", "weight" : 1},
|
||
|
{"name" : "EqualPriority", "weight" : 1}
|
||
|
],
|
||
|
"extenders" : [{
|
||
|
"urlPrefix": "http://localhost:8888/scheduler",
|
||
|
"filterVerb": "predicates/always_true",
|
||
|
"prioritizeVerb": "priorities/traffic_neighbors_scoring",
|
||
|
"preemptVerb": "preemption",
|
||
|
"bindVerb": "",
|
||
|
"weight": 1,
|
||
|
"enableHttps": false,
|
||
|
"nodeCacheCapable": false
|
||
|
}]
|
||
|
}
|