mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Understand why cluster_dns e2e test fails
This commit is contained in:
parent
b5bc0c1619
commit
7a149e6e16
@ -131,6 +131,7 @@ func TestClusterDNS(c *client.Client) bool {
|
||||
Do().Raw()
|
||||
if err != nil {
|
||||
failed = append(failed, name)
|
||||
glog.V(4).Infof("Lookup for %s failed: %v", name, err)
|
||||
}
|
||||
}
|
||||
if len(failed) == 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user