openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Bump node subnet wait to 30 seconds (from 10) #230

Closed dcbw closed 8 years ago

dcbw commented 8 years ago

The node subnet wait is run from a goroutine and will run concurrently with the rest of kubelet setup. But when a node is heavily loaded kubelet setup might actually take close to 10 seconds or more before registration with the master starts. That causes the subnet wait to time waiting for the subnet registration which hasn't happened yet. Bump the timeout.

https://bugzilla.redhat.com/show_bug.cgi?id=1290967

danwinship commented 8 years ago

lgtm