mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Merge pull request #3255 from brendandburns/master
Add a little bit more logging to a test
This commit is contained in:
@@ -541,6 +541,7 @@ func TestClusterDNS(c *client.Client) bool {
|
||||
if len(failed) == 0 {
|
||||
break
|
||||
}
|
||||
glog.Infof("lookups failed for: %v", failed)
|
||||
time.Sleep(3 * time.Second)
|
||||
}
|
||||
if len(failed) != 0 {
|
||||
|
Reference in New Issue
Block a user