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
I want to change queue status from open to closed programmatically in application. I am using python kube client calling apply function, but when I modify manifest, kuber returns code 200, but the changes do not apply.
Volcano version: 1.9
Queue status is reconciled by controller and it's an actual state of queue just like other k8s resource, so it's not recommended to change the status manually, you can find that k8s resources like pod and node is not allowed to modify status by kubectl either.
Please describe your problem in detail
Dear Volcano team,
I want to change queue status from open to closed programmatically in application. I am using python kube client calling apply function, but when I modify manifest, kuber returns code 200, but the changes do not apply.
Volcano version: 1.9
Please, explain how can I change state over kube apply command?
P.S. I know that I can change status using 'vcctl queue operate -a close' but I want to find simply way programmatically change state over Python.
Best regards,
Denis
Any other relevant information
No response
The text was updated successfully, but these errors were encountered: