flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.61k stars 2.87k forks source link

Increase the time out for interface checking in windows #1857

Closed manuelbuil closed 5 months ago

manuelbuil commented 5 months ago

Description

When the HNS network gets created, it takes a few seconds for the interface to be ready again. Sometimes, it takes more than 5 seconds for the interface to be ready and thus, the function can't find the interface and fails, hence flanneld fails.

This PR increases the time out to 20s instead of 5s to avoid that problem

Todos

Release Note

None required