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

  1. {
  2. "kind" : "Policy",
  3. "apiVersion" : "v1",
  4. "predicates" : [
  5. {"name" : "MaxEBSVolumeCount"},
  6. {"name" : "MaxGCEPDVolumeCount"},
  7. {"name" : "MaxAzureDiskVolumeCount"},
  8. {"name" : "MatchInterPodAffinity"},
  9. {"name" : "NoDiskConflict"},
  10. {"name" : "GeneralPredicates"},
  11. {"name" : "CheckNodeMemoryPressure"},
  12. {"name" : "CheckNodeDiskPressure"},
  13. {"name" : "CheckNodeCondition"},
  14. {"name" : "PodToleratesNodeTaints"},
  15. {"name" : "CheckVolumeBinding"}
  16. ],
  17. "priorities" : [
  18. {"name" : "SelectorSpreadPriority", "weight" : 1},
  19. {"name" : "InterPodAffinityPriority", "weight" : 1},
  20. {"name" : "LeastRequestedPriority", "weight" : 1},
  21. {"name" : "BalancedResourceAllocation", "weight" : 1},
  22. {"name" : "NodePreferAvoidPodsPriority", "weight" : 1},
  23. {"name" : "NodeAffinityPriority", "weight" : 1},
  24. {"name" : "TaintTolerationPriority", "weight" : 1}
  25. ],
  26. "hardPodAffinitySymmetricWeight" : 10
  27. }