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

pending pod cannot trigger autoscaler scale up #3681

Closed
bibibox opened this issue Aug 19, 2024 · 2 comments
Closed

pending pod cannot trigger autoscaler scale up #3681

bibibox opened this issue Aug 19, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@bibibox
Copy link

bibibox commented Aug 19, 2024

Description

in the #3498 , we support updating NominatedNodeName for pipelined task
now we met one situation, the kube-scheduler and volcano's behaviour is not same

Steps to reproduce the issue

  1. create a cluster with one 1C1G node
  2. create a pod A, which request 1C1G, with the preStop command sleep 600
  3. after the pod A is running, delete it. the pod A will be terminating in 10 minutes
  4. create a pod B with request 1C1G, and it will be pending

Describe the results you received and expected

expected:
same as the kube-schduler, mark the pending pod as unschedulable and will not update its nominatedNodeName field

received:
mark the pending pod as unschedulable and update its nominatedNodeName field

What version of Volcano are you using?

latest

Any other relevant information

No response

@bibibox bibibox added the kind/bug Categorizes issue or PR as related to a bug. label Aug 19, 2024
@Monokaix
Copy link
Member

/close

@volcano-sh-bot
Copy link
Contributor

@Monokaix: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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

No branches or pull requests

3 participants