mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-03 06:43:53 +00:00
We're trying to fix https://github.com/kubernetes/kubernetes/issues/75355 sicne long time, and we believe the current timeout could actually be too low (despite being "forever", which is 30s). To validate this theory, we set the timeout to one full minute. Also, make the logging more verbose to make the troubleshooting easier. Signed-off-by: Francesco Romani <fromani@redhat.com>