mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
flowcontrol bootstrap: make exempt PL last
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
This commit is contained in:
parent
849be447f5
commit
bb32d51fd6
@ -32,8 +32,8 @@ import (
|
|||||||
// because that would require importing k8s.io/kubernetes).
|
// because that would require importing k8s.io/kubernetes).
|
||||||
var (
|
var (
|
||||||
MandatoryPriorityLevelConfigurations = []*flowcontrol.PriorityLevelConfiguration{
|
MandatoryPriorityLevelConfigurations = []*flowcontrol.PriorityLevelConfiguration{
|
||||||
MandatoryPriorityLevelConfigurationExempt,
|
|
||||||
MandatoryPriorityLevelConfigurationCatchAll,
|
MandatoryPriorityLevelConfigurationCatchAll,
|
||||||
|
MandatoryPriorityLevelConfigurationExempt,
|
||||||
}
|
}
|
||||||
MandatoryFlowSchemas = []*flowcontrol.FlowSchema{
|
MandatoryFlowSchemas = []*flowcontrol.FlowSchema{
|
||||||
MandatoryFlowSchemaExempt,
|
MandatoryFlowSchemaExempt,
|
||||||
|
Loading…
Reference in New Issue
Block a user