-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[placement groups/autoscaler] unfulfillable requests should raise an error #18018
Comments
There's some overlap with a usability issue we're looking at here: #15933 We plan to prioritize this, which could also fix this issue. Though also open to autoscaler team taking the lead on this! |
Expected behavior Item 2 seems like it should be implied by the advertised property that |
I could try to take a hack at fixing the autoscaling behavior (expected behavior item 2) -- will bug placement group autoscaling expert @wuisawesome if I get stuck. |
Updating autoscaling config is a little touchy because |
It seems clean to reject inconsistent configs/requests, ideally with a clear error message. |
Duplicates #18835 |
What is the problem?
Latest master.
This is a follow up to item 3) from #18003 cc @AmeerHajAli
When requesting resources using placement groups that are unfulfillable by the autoscaler, no error is raised. Additionally, nodes are started to fulfill part of the requested resources.
Reproduction (REQUIRED)
If a
custom_resource
is requested, but no node type can fulfill it, nodes are still started for the resources requested in the bundle.Using this script:
and using this cluster config:
Observed behavior:
Expected behavior:
cc @DmitriGekhtman @sasha-s
The text was updated successfully, but these errors were encountered: