Skip to content

Commit

Permalink
Add default parameters in the waitForPodsReady configuration (#2210)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <[email protected]>
  • Loading branch information
tenzen-y authored May 17, 2024
1 parent 0fac8ff commit 9e307f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion charts/kueue/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@ managerConfig:
burst: 100
#pprofBindAddress: :8082
#waitForPodsReady:
# enable: true
# enable: false
# timeout: 5m
# blockAdmission: false
# requeuingStrategy:
# timestamp: Eviction
# backoffLimitCount: null # null indicates infinite requeuing
# backoffBaseSeconds: 10
#manageJobsWithoutQueueName: true
#internalCertManagement:
# enable: false
Expand Down
8 changes: 7 additions & 1 deletion config/components/manager/controller_manager_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ clientConnection:
burst: 100
#pprofBindAddress: :8082
#waitForPodsReady:
# enable: true
# enable: false
# timeout: 5m
# blockAdmission: false
# requeuingStrategy:
# timestamp: Eviction
# backoffLimitCount: null # null indicates infinite requeuing
# backoffBaseSeconds: 10
#manageJobsWithoutQueueName: true
#internalCertManagement:
# enable: false
Expand Down

0 comments on commit 9e307f3

Please sign in to comment.