flannel-io / flannel

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

Add extra check before acquiring lease #1937

Closed manuelbuil closed 2 months ago

manuelbuil commented 2 months ago

Description

In certain windows environments, the host network is not ready by the time we acquire the lease, which makes flannel crash. This PR makes an additional check before acquiring the lease, so that we are sure the network is ready by the time we try acquiring the lease.

Apart from that, the PR:

Todos

Release Note

Check network is ready before acquiring lease in windows