Skip to content

Instantly share code, notes, and snippets.

@ravisantoshgudimetla
Created March 1, 2019 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravisantoshgudimetla/4dd379cd01a53c290f9a8db4ac761446 to your computer and use it in GitHub Desktop.
Save ravisantoshgudimetla/4dd379cd01a53c290f9a8db4ac761446 to your computer and use it in GitHub Desktop.
{
"kind" : "Policy",
"apiVersion" : "v1",
"predicates" : [
{"name" : "PodFitsHostPorts"},
{"name" : "PodFitsResources"},
{"name" : "NoDiskConflict"},
{"name" : "NoVolumeZoneConflict"},
{"name" : "MatchNodeSelector"},
{"name" : "HostName"}
],
"priorities" : [
{"name" : "LeastRequestedPriority", "weight" : 1},
{"name" : "BalancedResourceAllocation", "weight" : 1},
{"name" : "ServiceSpreadingPriority", "weight" : 1},
{"name" : "EqualPriority", "weight" : 1}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment