|
|
|
|
|
by justinsb
3401 days ago
|
|
So first, sorry about the problem. Please come hang out in the sig-aws or kops channels - we're a bit smaller and more focused than kubernetes-users, and can typically get these problems solved pretty quickly together. IIRC we improved garbage collection settings in the latest kops (1.5.1), so if you were running out of disk, using the latest kops should fix everything. It's also easy to reconfigure to use a bigger root disk if you're churning through containers faster than GC can keep up. But if it's something else we can try to diagnose it as well! > Why doesn't Kubernetes destroy these nodes when they've been out of commission for 3-4 hours? We should, I believe. I actually thought we had an issue for this very problem, though I can't find it. I'll open a new one if I can't track it down. There is maybe an argument that we should fix the root cause, but there's an unlimited number of things that can go wrong, so we need to do both. (edit: Gave up on finding the existing issue and opened https://github.com/kubernetes/kops/issues/2002 ) |
|