Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

fix: Delete singleton links if they are removed#156

Merged
aojea merged 1 commit into
google:mainfrom
michaelasp:fixsingle
Jul 12, 2025
Merged

fix: Delete singleton links if they are removed#156
aojea merged 1 commit into
google:mainfrom
michaelasp:fixsingle

Conversation

@michaelasp
Copy link
Copy Markdown
Contributor

@michaelasp michaelasp commented Jul 11, 2025

Currently if a link is deleted as the last link the driver will never reconcile and leave it in the resource slice. Ensure that this does not happen since that could lead to bad assignments by the scheduler. Can easily replicate the issue by creating a cluster and adding then removing a link.

Fixes #155

Currently if a link is deleted as the last link the driver will never reconcile and leave it in the resource slice. Ensure that this does not happen since that could lead to bad assignments by the scheduler.
@michaelasp michaelasp requested a review from aojea July 11, 2025 20:55
Comment thread pkg/inventory/db.go
@aojea aojea merged commit 079af8e into google:main Jul 12, 2025
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deleting Devices can Lead to Stalled Pods

2 participants