Closed
Description
A lot of tests have started failing in kubernetes-e2e-gke since build 7657
http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gke/7657/
One symptom is the missing KubeDNS service: 06:17:52 May 24 06:17:46.123: INFO: Missing KubeDNS in kubectl cluster-info
I grepped "kube-dns" in the build.log, which dumped the list of pods multiple times due to test failures, and it was nowhere to be seen.
The only change in the build is #26159