And also in the terminating-namespace log output. This makes it easier to track down drain-blocking pods, without having to hunt around in earlier logs for 'evicting pod ...' messages. Before this change, caller logs might look like: evicting pod {namespace}/{name} ... error when waiting for pod "{name}" terminating: global timeout reached: 20s With this change, they will look like: evicting pod {namespace}/{name} ... error when waiting for pod "{name}" in namespace "{namespace}" to terminate: global timeout reached: 20s Kubernetes-commit: b6318d4e5b9b8eb0d2e2d5a8568df14817733f26 |
||
---|---|---|
.. | ||
cordon.go | ||
default.go | ||
default_test.go | ||
drain.go | ||
drain_test.go | ||
filter_test.go | ||
filters.go |