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

[BUG] leaky resources in ReservationInfo when pod failed to bind #1741

Closed
eahydra opened this issue Nov 13, 2023 · 0 comments · Fixed by #1742
Closed

[BUG] leaky resources in ReservationInfo when pod failed to bind #1741

eahydra opened this issue Nov 13, 2023 · 0 comments · Fixed by #1742
Assignees
Labels
area/koord-scheduler kind/bug Create a report to help us improve

Comments

@eahydra
Copy link
Member

eahydra commented Nov 13, 2023

What happened:

  1. create reservation reserves some resources.
  2. create pod to allocate resources from the reservation.
  3. we do some mistake to guaranteed the scheduler failed to bind, and just once mistake.
  4. delete the pod.
  5. create another one pod to allocate resources from the reservation.
  6. failed to allocate.

What you expected to happen:

  1. Pod binding the reservation, and scheduled successfully.

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

Anything else we need to know?:

Environment:

  • App version:
  • Kubernetes version (use kubectl version):
  • Install details (e.g. helm install args):
  • Node environment (for koordlet/runtime-proxy issue):
    • Containerd/Docker version:
    • OS version:
    • Kernal version:
    • Cgroup driver: cgroupfs/systemd
  • Others:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/koord-scheduler kind/bug Create a report to help us improve
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant