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

Podgroup "Unschedulable" warning event is reported repeatedly #3745

Open
liuyuanchun11 opened this issue Sep 24, 2024 · 0 comments
Open

Podgroup "Unschedulable" warning event is reported repeatedly #3745

liuyuanchun11 opened this issue Sep 24, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@liuyuanchun11
Copy link
Contributor

Description

If the controller is switched over or restarted, the podgroup "Unschedulable" alarm event is reported repeatedly.

Steps to reproduce the issue

  1. Create a vcjob job-test and put it in the pending state
  2. Execute “kubectl get events --sort-by='.metadata.creationTimestamp'”, will see warning event "job-test unscheduler, reasion:...."
  3. Release some resources so that job-test is in the running state
  4. Query the events again, will see the events of the job-test‘s pod running successfully
  5. Delete the volcano-controller's pod and artificially create a volcano-controller restart or switchover
  6. Execute “kubectl get events --sort-by='.metadata.creationTimestamp'”

Describe the results you received and expected

Expected:
No new warning are seen

Actually:
Will see warning event "job-test unschedulable, reasion:....". In fact, the job has been running normally, and this alarm is recorded repeatedly

What version of Volcano are you using?

v1.9.0

Any other relevant information

No response

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

1 participant