Scheduler Policy File: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[OpenShift_Concepts#Scheduler_Policy_File| | * [[OpenShift_Concepts#Scheduler_Policy_File|OpenShift Concepts]] | ||
=Overview= | =Overview= |
Latest revision as of 01:46, 6 July 2017
Internal
Overview
The default scheduler policy file:
Example
{ "kind" : "Policy", "version" : "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} ] }