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

Impose limits on all VM creation #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

WillNilges
Copy link
Member

This prevents people from trying to allocate more resources than they have available in total. This isn't the best solution, since it may prevent people from having many VMs with only a few started up, but that's a problem for when users start complaining.

This prevents people from trying to allocate more resources than they
have available in total. This isn't the best solution, since it may
prevent people from having many VMs with only a few started up, but
that's a problem for when users start complaining.
@WillNilges WillNilges requested a review from a team September 9, 2022 17:44
@jabbate19
Copy link
Collaborator

Have you tested this against the method I described in the document

@WillNilges
Copy link
Member Author

I have not. I was lowkey hoping you could do that for me? 😅 Maybe you could show me how?

@WillNilges
Copy link
Member Author

image
Thanks joe.

The frontend still reports success to the user, so we gotta transport that 403 up to it somehow so that it displays an error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants