Replies: 3 comments 1 reply
-
That is a good question, definitely worth checking, as it could mean unnecessary work, but maybe we have some code around that which would protect this scenario, I'm not sure. If this is confirmed I would consider a bug. Maybe @mbobrovskyi or @PBundyra know? |
Beta Was this translation helpful? Give feedback.
-
Have you observed such a behavior, that a finished workload is requeued after updates to e.g. LimitRange/RuntimeClass @chen-zyc? |
Beta Was this translation helpful? Give feedback.
-
Sorry everyone, I believe this was my mistake. I was trying to run the Kueue component on a lower version of the Kubernetes cluster and made some modifications, which caused the Admitted condition to be lost when the workload reached the Finished state—leaving only the Finished condition. This led to the error mentioned above. However, this issue does not occur on a higher version of the Kubernetes cluster. It’s my fault and I’ve wasted your time—apologies. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When a workload is marked as "finished," there is no QuotaReserved condition in its conditions field. As a result, the query here might re-add already finished workloads back into the queue. Is my understanding correct?
Sorry everyone, I believe this was my mistake. I was trying to run the Kueue component on a lower version of the Kubernetes cluster and made some modifications, which caused the
Admitted
condition to be lost when the workload reached theFinished
state—leaving only theFinished
condition. This led to the error mentioned above. However, this issue does not occur on a higher version of the Kubernetes cluster.It’s my fault and I’ve wasted your time—apologies.
Beta Was this translation helpful? Give feedback.
All reactions