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
Make queueingStrategy in a ClusterQueue mutable.
This would cause a regeneration of the ClusterQueue priority queue in the kueue cache.
Why is this needed:
Currently, changing the strategy is only possible by draining the ClusterQueue, deleting and recreating.
Users might want to experiment with one strategy and later switch if they find that it doesn't suite their needs.
Completion requirements:
This enhancement requires the following artifacts:
Design doc
API change
Docs update
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Make queueingStrategy in a ClusterQueue mutable.
This would cause a regeneration of the ClusterQueue priority queue in the kueue cache.
Why is this needed:
Currently, changing the strategy is only possible by draining the ClusterQueue, deleting and recreating.
Users might want to experiment with one strategy and later switch if they find that it doesn't suite their needs.
Completion requirements:
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: