-
Notifications
You must be signed in to change notification settings - Fork 984
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
MaxResource of Queue #117
Comments
/kind feature |
/assign @hzxuzhonghu |
I'm thinking whether we should enhance |
yeah, agree with u, but the behaviors of the queue controller better be designed to support the dynamic changes of the specs(either the pg number or the resource quota), so the update func of queue controller and admission controller could work together to notify the changes to make the decision whether to create or delay the creation of the pods. |
I am not sure what does |
@hzxuzhonghu |
Then these two fields are both optional, and if both specified, how to deal with the conflict? |
|
So I would expect a detailed design doc. |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
Description:
Support MaxResource of queue by admission controller & queue controller.
xref kubernetes-retired/kube-batch#452
Queue
API (Cherry pick .spec.Capability of Queue #131)Added Queue admission controllerThe text was updated successfully, but these errors were encountered: