Skip to content

Commit

Permalink
Kueue upgrade (#73)
Browse files Browse the repository at this point in the history
* upgrade to kueue 0.9.0

* enable pods and gang-scheduling again
  • Loading branch information
asaiacai authored Nov 16, 2024
1 parent 8c3ad7f commit b92ed7c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions manifests/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12191,15 +12191,15 @@ data:
qps: 50
burst: 100
#pprofBindAddress: :8083
#waitForPodsReady:
# enable: false
# timeout: 5m
# blockAdmission: false
# requeuingStrategy:
# timestamp: Eviction
# backoffLimitCount: null # null indicates infinite requeuing
# backoffBaseSeconds: 60
# backoffMaxSeconds: 3600
waitForPodsReady:
enable: true
timeout: 10m
blockAdmission: true
requeuingStrategy:
timestamp: Eviction
backoffLimitCount: 0 # null indicates infinite requeuing
backoffBaseSeconds: 60
backoffMaxSeconds: 3600
#manageJobsWithoutQueueName: true
#internalCertManagement:
# enable: false
Expand All @@ -12217,7 +12217,7 @@ data:
- "kubeflow.org/pytorchjob"
- "kubeflow.org/tfjob"
- "kubeflow.org/xgboostjob"
# - "pod"
- "pod"
# - "deployment" # requires enabling pod integration
# - "statefulset" # requires enabling pod integration
# externalFrameworks:
Expand Down

0 comments on commit b92ed7c

Please sign in to comment.