pod-graceful-drain
pod-graceful-drain copied to clipboard
You don't need `lifecycle: { preStop: { exec: { command: ["sleep", "30"] } } }`
During node draining, `pod-graceful-drain` itself may also be evicted. I deliberately chosen to ignore webhook admission failures since otherwise deployments would fail to progress. Because of this, pods that are...
Hello. Thanks for this project! 😀 I tried to use this tool, and noticed that flags are ignored. And I found that the parsing was stopped by the command name...
Is there a configuration to apply the deleteAfter configuration only to the specific pods and not to all the pods ? As far as I have understood, there is no...
If your deployments are well replicated, then this is not a problem. However, when they are not, then there's still be ALB 5xx errors while they are evicted. These eviction...
Add annotations to the service like this `pod-graceful-drain/patchLabels: removethis-,setthis=other`
Currently it works only with aws-load-balancer-controller. Would it work with other load balancers if there is any other load balancers with the same problem?
I couldn't understand how controller-runtime written in Go worked even if they had a (slightly) better documentation, so I rewrote it in Rust. It is about `+8,000 −4,500`, but `Cargo.lock`...