Is it possible to enable or disable queue operations in the Volcano Extends API? #5666
-
Is it possible to enable or disable queue operations in the Volcano Extends API? For instance, open queue, close queue, activate queue, or deactivate queue? |
Beta Was this translation helpful? Give feedback.
Answered by
rohanKanojia
Dec 22, 2023
Replies: 1 comment 3 replies
-
I am not a volcano expert but from what I see in documentation , it seems just updating |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I remember, in order to update status there is a separate subresource call
/sratus
. Instead ofserverSideApply()
you should try usingupdateStatus()