Skip to content

Commit

Permalink
Fix number of pod reconcilers in default chart values (#2046)
Browse files Browse the repository at this point in the history
Change-Id: Ibeaf93a0f897524860e7046586249528161fd65a
  • Loading branch information
alculquicondor committed Apr 24, 2024
1 parent 2991ecc commit 36b340e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kueue/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ managerConfig:
controller:
groupKindConcurrency:
Job.batch: 5
Pod.: 5
Pod: 5
Workload.kueue.x-k8s.io: 5
LocalQueue.kueue.x-k8s.io: 1
ClusterQueue.kueue.x-k8s.io: 1
Expand All @@ -92,7 +92,7 @@ managerConfig:
- "ray.io/raycluster"
- "jobset.x-k8s.io/jobset"
- "kubeflow.org/mxjob"
- "kubeflow.org/paddlejob"
- "kubeflow.org/paddlejob"
- "kubeflow.org/pytorchjob"
- "kubeflow.org/tfjob"
- "kubeflow.org/xgboostjob"
Expand Down

0 comments on commit 36b340e

Please sign in to comment.