Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/kueue/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kueue
description: A Kubernetes scheduler for managing workloads in a fair and efficient way.
type: application

version: 0.1.0
version: 0.1.1
dependencies:
- name: kueue
version: 0.15.0
Expand Down
9 changes: 9 additions & 0 deletions charts/kueue/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ kueue:
- "kubeflow.org/jaxjob"
- "workload.codeflare.dev/appwrapper"
- "pod"
waitForPodsReady:
enable: true
blockAdmission: false
timeout: 5m
requeuingStrategy:
timestamp: Eviction
backoffLimitCount: 5
backoffBaseSeconds: 60
backoffMaxSeconds: 900
objectRetentionPolicies:
workloads:
afterFinished: "30s"
Expand Down