kubernetes-sigs / kueue

Kubernetes-native Job Queueing
https://kueue.sigs.k8s.io
Apache License 2.0
1.39k stars 254 forks source link

Easy way to figure out other workloads that are pending / admitted #2833

Open samos123 opened 2 months ago

samos123 commented 2 months ago

What would you like to be added: Easy way to figure out other workloads that are pending / admitted

Why is this needed: As a workload owner my job went into pending state because there are other workloads admitted and in pending state. I want to know the following things:

The reason is that I want to get an understanding of when my job may run and notify the other workload owners if needed.

Completion requirements:

This enhancement requires the following artifacts:

The artifacts should be linked in subsequent comments.

trasc commented 2 months ago

The easiest way to get a workload's position in the queue is to use kueuectl list workload which hase a POSITION IN QUEUE column.

For more details you can also check Monitor pending Workloads section.