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
When create Pod with Volcano as scheduler, Volcano controller will create a PodGroup automatically for this pod. But we cannot set the Queue field of this PodGroup.
What you expected to happen:
User could set the Queue field of the automatically created PodGroup.
How to reproduce it (as minimally and precisely as possible):
Create a Pod and set schedulerName to volcano, then check if corresponding PodGroup has Queue field.
Anything else we need to know?:
N/A
Environment:
Volcano Version: v0.3
Kubernetes version (use kubectl version): v1.14.6
Cloud provider or hardware configuration: N/A
OS (e.g. from /etc/os-release): N/A
Kernel (e.g. uname -a): N/A
Install tools: N/A
Others: N/A
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
When create
Pod
with Volcano as scheduler, Volcano controller will create aPodGroup
automatically for this pod. But we cannot set theQueue
field of thisPodGroup
.What you expected to happen:
User could set the
Queue
field of the automatically createdPodGroup
.How to reproduce it (as minimally and precisely as possible):
Create a
Pod
and setschedulerName
tovolcano
, then check if correspondingPodGroup
hasQueue
field.Anything else we need to know?:
N/A
Environment:
kubectl version
): v1.14.6uname -a
): N/AThe text was updated successfully, but these errors were encountered: