Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make queueingStrategy mutable #1873

Closed
1 of 3 tasks
alculquicondor opened this issue Mar 20, 2024 · 1 comment · Fixed by #1934
Closed
1 of 3 tasks

Make queueingStrategy mutable #1873

alculquicondor opened this issue Mar 20, 2024 · 1 comment · Fixed by #1934
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@alculquicondor
Copy link
Contributor

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:

  • Design doc
  • API change
  • Docs update

The artifacts should be linked in subsequent comments.

@alculquicondor
Copy link
Contributor Author

/assign @mimowo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants