Skip to content

Instantly share code, notes, and snippets.

@armandgrillet
Created February 24, 2016 11:38
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 armandgrillet/2d3770f1c6a09519bee0 to your computer and use it in GitHub Desktop.
Save armandgrillet/2d3770f1c6a09519bee0 to your computer and use it in GitHub Desktop.
{
"kind": "Policy",
"apiVersion": "v1",
"predicates": [
{
"name": "PodFitsPorts"
},
{
"name": "PodFitsResources"
},
{
"name": "NoDiskConflict"
},
{
"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