|
|
|
|
|
by jldugger
1275 days ago
|
|
This is something a (now former) colleague of mine pointed out: that the kubernetes descheduler can enforce a maximum lifetime[0] that sort of forces continual reboots. So if your system cannot tolerate running for a long time continously, this is one method to gracefully restart long running pods. [0]: https://github.com/kubernetes-sigs/descheduler#podlifetime |
|