Skip to content

Commit 6578517

Browse files
authored
Merge pull request kubernetes#95259 from tkashem/apf-workload-low
Increase the concurrency share of workload-low priority level
2 parents 77b7257 + fd7bf9a commit 6578517

File tree

1 file changed

+2
-2
lines changed
  • staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap

1 file changed

+2
-2
lines changed

staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ var (
210210
flowcontrol.PriorityLevelConfigurationSpec{
211211
Type: flowcontrol.PriorityLevelEnablementLimited,
212212
Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
213-
AssuredConcurrencyShares: 20,
213+
AssuredConcurrencyShares: 100,
214214
LimitResponse: flowcontrol.LimitResponse{
215215
Type: flowcontrol.LimitResponseTypeQueue,
216216
Queuing: &flowcontrol.QueuingConfiguration{
@@ -227,7 +227,7 @@ var (
227227
flowcontrol.PriorityLevelConfigurationSpec{
228228
Type: flowcontrol.PriorityLevelEnablementLimited,
229229
Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
230-
AssuredConcurrencyShares: 100,
230+
AssuredConcurrencyShares: 20,
231231
LimitResponse: flowcontrol.LimitResponse{
232232
Type: flowcontrol.LimitResponseTypeQueue,
233233
Queuing: &flowcontrol.QueuingConfiguration{

0 commit comments

Comments
 (0)