Go to file
Dustin 7d8ee51016 drain: Add tools to drain pods from nodes on lock
Whenever a lock request is made for a host that is a node in the current
Kubernetes cluster, the node will now be cordoned and all pods evicted
from it.  The HTTP request will not return until all pods are gone,
making the lock request suitable for use in a system shutdown step.
2025-09-24 19:38:39 -05:00
scripts Initial commit 2025-09-24 08:17:03 -05:00
src drain: Add tools to drain pods from nodes on lock 2025-09-24 19:38:39 -05:00
tests/integration drain: Add tools to drain pods from nodes on lock 2025-09-24 19:38:39 -05:00
.editorconfig Initial commit 2025-09-24 08:17:03 -05:00
.gitignore Initial commit 2025-09-24 08:17:03 -05:00
Cargo.lock Begin lock/unlock implementation 2025-09-24 08:25:32 -05:00
Cargo.toml Begin lock/unlock implementation 2025-09-24 08:25:32 -05:00
rustfmt.toml Initial commit 2025-09-24 08:17:03 -05:00