Skip to content
kube-scheduler-policy.yaml.j2 945 B
Newer Older
{
"kind" : "Policy",
"apiVersion" : "v1",
"predicates" : [
Miouge1's avatar
Miouge1 committed
    {"name" : "MaxEBSVolumeCount"},
    {"name" : "MaxGCEPDVolumeCount"},
    {"name" : "MaxAzureDiskVolumeCount"},
    {"name" : "MatchInterPodAffinity"},
    {"name" : "NoDiskConflict"},
Miouge1's avatar
Miouge1 committed
    {"name" : "GeneralPredicates"},
    {"name" : "CheckNodeMemoryPressure"},
    {"name" : "CheckNodeDiskPressure"},
    {"name" : "CheckNodeCondition"},
    {"name" : "PodToleratesNodeTaints"},
    {"name" : "CheckVolumeBinding"}
    ],
"priorities" : [
Miouge1's avatar
Miouge1 committed
    {"name" : "SelectorSpreadPriority", "weight" : 1},
    {"name" : "InterPodAffinityPriority", "weight" : 1},
    {"name" : "LeastRequestedPriority", "weight" : 1},
    {"name" : "BalancedResourceAllocation", "weight" : 1},
Miouge1's avatar
Miouge1 committed
    {"name" : "NodePreferAvoidPodsPriority", "weight" : 1},
    {"name" : "NodeAffinityPriority", "weight" : 1},
    {"name" : "TaintTolerationPriority", "weight" : 1}
    ],
"hardPodAffinitySymmetricWeight" : 10
}