You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to use any custom queues created for use with the Volcano Scheduler for Kubeflow MPIJobs. When Volcano creates a PodGroup, it is automatically assigned to the default queue rather than the custom queue mentioned as part of runPolicy.schedulingPolicy.queue spec.
The following MPIjob should use the custom queue production, but it instead uses the default queue.
apiVersion: scheduling.volcano.sh/v1beta1kind: PodGroupmetadata:
name: podgroup-1d7357bc-880f-4334-97e7-d3e3c06e0f47namespace: my-namespacestatus:
conditions:
- lastTransitionTime: '2024-11-09T19:55:01Z'reason: tasks in gang are ready to be scheduledstatus: 'True'transitionID: 01d05369-859e-45c4-b20c-5801e577552etype: Scheduledphase: Runningrunning: 1spec:
minMember: 1minResources:
count/pods: '1'cpu: '1'limits.cpu: '2'limits.memory: 4Gimemory: 2Gipods: '1'requests.cpu: '1'requests.memory: 2Giqueue: default
What did you expect to happen?
If the runPolicy.schedulingPolicy.queue specifies a custom queue. The Volcano PodGroup should be assigned to that specific group, not the default Volcano Queue.
Environment
Kubernetes version: 1.25
Training Operator version: kubeflow/training-operator:v1-855e096
Training Operator Python SDK version: NA
Volcano version: 1.10.0
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered:
What happened?
I am unable to use any custom queues created for use with the Volcano Scheduler for Kubeflow MPIJobs. When Volcano creates a PodGroup, it is automatically assigned to the
default
queue rather than the custom queue mentioned as part ofrunPolicy.schedulingPolicy.queue
spec.The following MPIjob should use the custom queue
production
, but it instead uses thedefault
queue.Resultant PodGroup:
What did you expect to happen?
If the
runPolicy.schedulingPolicy.queue
specifies a custom queue. The Volcano PodGroup should be assigned to that specific group, not thedefault
Volcano Queue.Environment
Kubernetes version: 1.25
Training Operator version: kubeflow/training-operator:v1-855e096
Training Operator Python SDK version: NA
Volcano version: 1.10.0
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: