mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
agnhost: increase dns timeout from 5 seconds to 20 seconds
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
This commit is contained in:
@@ -187,7 +187,7 @@ func ensureWindowsDNSAvailability(issuer string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
return wait.PollImmediate(1*time.Second, 5*time.Second, func() (bool, error) {
|
||||
return wait.PollImmediate(5*time.Second, 20*time.Second, func() (bool, error) {
|
||||
ips, err := net.LookupHost(u.Host)
|
||||
if err != nil {
|
||||
log.Println(err)
|
||||
|
||||
Reference in New Issue
Block a user