k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
945 B
27 lines
945 B
{
|
|
"kind" : "Policy",
|
|
"apiVersion" : "v1",
|
|
"predicates" : [
|
|
{"name" : "MaxEBSVolumeCount"},
|
|
{"name" : "MaxGCEPDVolumeCount"},
|
|
{"name" : "MaxAzureDiskVolumeCount"},
|
|
{"name" : "MatchInterPodAffinity"},
|
|
{"name" : "NoDiskConflict"},
|
|
{"name" : "GeneralPredicates"},
|
|
{"name" : "CheckNodeMemoryPressure"},
|
|
{"name" : "CheckNodeDiskPressure"},
|
|
{"name" : "CheckNodeCondition"},
|
|
{"name" : "PodToleratesNodeTaints"},
|
|
{"name" : "CheckVolumeBinding"}
|
|
],
|
|
"priorities" : [
|
|
{"name" : "SelectorSpreadPriority", "weight" : 1},
|
|
{"name" : "InterPodAffinityPriority", "weight" : 1},
|
|
{"name" : "LeastRequestedPriority", "weight" : 1},
|
|
{"name" : "BalancedResourceAllocation", "weight" : 1},
|
|
{"name" : "NodePreferAvoidPodsPriority", "weight" : 1},
|
|
{"name" : "NodeAffinityPriority", "weight" : 1},
|
|
{"name" : "TaintTolerationPriority", "weight" : 1}
|
|
],
|
|
"hardPodAffinitySymmetricWeight" : 10
|
|
}
|