-
Notifications
You must be signed in to change notification settings - Fork 971
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
delay pod creation feature not consider resourcequota #1014
Comments
The queue is cluster scoped not namespace scoped, and it is a set of podgroups in different namespaces. And different queues can include podgroups of the same namespaces too. As the resourcequota, it is the kube-apiserver that use it to intercept the pod creation |
+1, it's better to avoid enquing an Would you like to create a PR for that? |
ok,I‘d like to have a try. |
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! 🤗 |
Let's keep this issue open :) |
Hello 👋 Looks like there was no activity on this issue for last 90 days. |
Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! 🤗 |
/kind feature
As mentioned in delay pod design, scheduler should watch resourcequota to decide whether podGroup has enough resource quota to create.
But now in the implementation, the enqueue action controls the quota by queue.Spec.Capability instead of k8s resourcequota, so I am curious about the reason why not use resourcequota to control quota。 Is there any consideration?
Environment:
The text was updated successfully, but these errors were encountered: