You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And scheduler will log some information like below
...
Predicates failed for task <default/POD_NAME> on node <NODE_NAME>: task default/POD_NAME on node NODE_NAME fit failed: Insufficient huawei.com/Ascend910
...
And we need to get pod resource limit and request, node allocate resource to find how much resource pod asked and how node left.
I think we can add some information to log or pod status, so we can quickly find the reason. e.g. change the log like this.
...
Predicates failed for task <default/POD_NAME> on node <NODE_NAME>: task default/POD_NAME on node NODE_NAME fit failed: Insufficient huawei.com/Ascend910, `which request 2 and node has 1`.
...
Describe the solution you'd like
Add more information to log
Additional context
No response
The text was updated successfully, but these errors were encountered:
What is the problem you're trying to solve
Sometimes if the cluster don't have enough resource for pod to schedule, and the Pod condition will have this message
And scheduler will log some information like below
And we need to get pod resource limit and request, node allocate resource to find how much resource pod asked and how node left.
I think we can add some information to log or pod status, so we can quickly find the reason. e.g. change the log like this.
Describe the solution you'd like
Add more information to log
Additional context
No response
The text was updated successfully, but these errors were encountered: