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.

18 lines
511 B

  1. {
  2. "kind" : "Policy",
  3. "apiVersion" : "v1",
  4. "predicates" : [
  5. {"name" : "PodFitsHostPorts"},
  6. {"name" : "PodFitsResources"},
  7. {"name" : "NoDiskConflict"},
  8. {"name" : "MatchNodeSelector"},
  9. {"name" : "HostName"}
  10. ],
  11. "priorities" : [
  12. {"name" : "LeastRequestedPriority", "weight" : 1},
  13. {"name" : "BalancedResourceAllocation", "weight" : 1},
  14. {"name" : "ServiceSpreadingPriority", "weight" : 1},
  15. {"name" : "EqualPriority", "weight" : 1}
  16. ],
  17. "hardPodAffinitySymmetricWeight" : 10
  18. }