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

failed to be scheduled pod's message increased explosively with large number of nodes #3049

Closed
lowang-bh opened this issue Aug 13, 2023 · 2 comments · Fixed by #3051
Closed
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@lowang-bh
Copy link
Member

What happened:

unschedulable info in pod condition is too large if there are many nodes.

image

kubectl get events |grep deploy-with-volcano
image

What you expected to happen:

should sum up same fail to be scheduled reason among multiple nodes, like this:
image

How to reproduce it (as minimally and precisely as possible):

  1. add multiple nodes (virtual-kubelet, kwok)
  2. create a deployment/vc-job scheduled by volcano
  3. describe pod

Anything else we need to know?:

Environment:

  • Volcano Version: master branch
  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@lowang-bh lowang-bh added the kind/bug Categorizes issue or PR as related to a bug. label Aug 13, 2023
@lowang-bh
Copy link
Member Author

similar issue about unschedulable pod's log: Optimize log output when resources are not enough #2993

@lowang-bh
Copy link
Member Author

lowang-bh commented Aug 13, 2023

same issue as diffferent value of variable in returned err will cause event message too long #2975

Maybe it is introduced by PR #2916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant