diff --git a/scheduler/policy_weightattribute.json b/scheduler/policy_weightattribute.json new file mode 100644 index 00000000..d52365f1 --- /dev/null +++ b/scheduler/policy_weightattribute.json @@ -0,0 +1,17 @@ +{ + "kind":"Policy", + "apiVersion":"v1", + "predicates":[ + + ], + "priorities":[ + { + "name":"LeastRequestedPriority", + "weight":2 + }, + { + "name":"ServiceSpreadingPriority", + "weight":10 + } + ] +}