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

deviceplugin: if dev path of the device changes, mark the node as unhealthy to trigger kubelet reconciliation #733

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

muvaf
Copy link

@muvaf muvaf commented Jan 6, 2025

What this PR does / why we need it:

When dev paths change, it's reflected on Instance resource but not on kubelet, hence pods using that instance start to fail.

Fixes #734

Special notes for your reviewer:

Not tested yet.

If applicable:

  • this PR has an associated PR with documentation in akri-docs
  • this PR contains unit tests
  • added code adheres to standard Rust formatting (cargo fmt)
  • code builds properly (cargo build)
  • code is free of common mistakes (cargo clippy)
  • all Akri tests succeed (cargo test)
  • inline documentation builds (cargo doc)
  • all commits pass the DCO bot check by being signed off -- see the failing DCO check for instructions on how to retroactively sign commits

…ealthy to trigger a kubelet reconciliation to update the paths in the pod

Signed-off-by: Muvaffak Onus <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant