try to increase api healthz wait timeout
parent
20e07836c5
commit
829da6988e
|
@ -223,7 +223,7 @@ func apiServerHealthz(hostname string, port int) (state.State, error) {
|
|||
return nil
|
||||
}
|
||||
|
||||
err = retry.Local(check, 5*time.Second)
|
||||
err = retry.Local(check, 10*time.Second)
|
||||
|
||||
// Don't propagate 'Stopped' upwards as an error message, as clients may interpret the err
|
||||
// as an inability to get status. We need it for retry.Local, however.
|
||||
|
|
Loading…
Reference in New Issue