-
Notifications
You must be signed in to change notification settings - Fork 522
dns-liveness pod restarts failing k8s 1.14 tests #919
Comments
Is this specific to 1.14 or is it more general? |
I think I have seen it with 1.12 and 1.13 as well, but I'm not sure now. I'll collect some data. |
Based on the E2E tests of the last 48 hours, this appears only to happen with Kubernetes 1.14 on Linux. That would make sense if the new CoreDNS is the problem. I tried to use CoreDNS 1.4.0 based on the following comment which may be relevant to this, but the Docker image is not published:
|
This is failing more than 50% of 1.14 E2E tests. Should we pause the 1.14 E2E while we wait for the new CoreDNS image? The result is more often red than green and we're not actively troubleshooting failures. @jackfrancis thoughts? |
Let's just skip the "dns liveness validation tests" for >= 1.14 |
Closed by #931 |
should we keep the issue open since we still need to fix the root cause? My PR just removed the test... |
Yes, let's do keep it open—thanks for paying attention. I think there's a fighting chance that |
Possibly worth noting that 1.4.0 of coreDNS has been published to Although worth noting the discussion here: kubernetes/kubernetes#75414 (comment) - v1.4.0 looks unlikely to ever end up in vanilla k8s. |
@fturib have you seen this? |
FWIW the |
@chrisohaver, @rajansandeep - could you help understanding the cause and advising a solution ? |
Since the Assuming that they are, applying the If we want to dig into what is being logged, clues could be in coredns logs or api-server logs. Knowing why the message is logged would help understand the scope. |
I'm closing this since the |
Recently—since the introduction of CoreDNS 1.3.1?—there have been many test failures indicating restarts of the dns-liveness pod. We should fix this or skip the test.
The text was updated successfully, but these errors were encountered: