If there are running jobs in the Volcano queue, is it permissible to directly delete the queue? #5658
-
volcanoClient.queues().withName(queueName).delete(); |
Beta Was this translation helpful? Give feedback.
Answered by
rohanKanojia
Dec 20, 2023
Replies: 1 comment 7 replies
-
Sorry, but could you please elaborate your question? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not aware of any API in fabric8 k8s client that implements this. You would need to check with volcano community on how they handle this Queue delete precondition. I checked their Queue controller but couldn't find any implemented finalizer. Not 100% sure maybe this can be added as a finalizer in Volcano?