Additional options for Resource Quotas #19999
groodt
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to enable the following user stories:
US1: As an admin of template X, I want to ensure that each user with access to template X can only launch N workspaces from that template (maximum per user limit)US2: As an admin of template X, I want to ensure the total number of workspaces launched from template X does not exceed N (maximum total limit across users)The use case here would be for fixed / reserved capacity reservations. I would like to ensure that users aren't consuming more than they should and I'd also like to ensure that we don't attempt to launch workspaces into capacity that won't support it.
The current resource quota system does not easily support these requirements.
Some ideas:
max total workspacesandmax total workspaces per userat the template level. The current budget/allowance based quota could be considered global and would apply after the template level quotaList of similar discussions / issues:
Beta Was this translation helpful? Give feedback.
All reactions