Node status test should mock out ip lookup #8549
Labels
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
Looks like some kubelet unit tests perform a lookupIp which ends up depending on the health of the local resolver. Specifically @timothysc has this failing:
http://fpaste.org/223604/14320862/
Which leads to the test in: https://github.com/GoogleCloudPlatform/kubernetes/blob/master/pkg/kubelet/kubelet_test.go#L3317
And we recently swapped out the node names from testnode to 127.0.0.1, so probably the culprit?
@roberthbailey
The text was updated successfully, but these errors were encountered: