You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
Hyperd failed to start VMs and got error after running for a while:
failed to allocate IP: no available ip available on network
It's failing at:
https://github.com/hyperhq/hyperd/blob/eef65569d2636b831600392d3c28827d4a831566/daemon/pod/networks.go#L45
runv/hypervisor/network/ipallocator/ipallocator.go
Line 171 in 4b73d2f
Suspect that the ips are not released properly cuz there are tons of ips available on host:
https://github.com/hyperhq/hyperd/blob/eef65569d2636b831600392d3c28827d4a831566/daemon/pod/networks.go#L84
More from the log:
After I restart
hyperd
, it works fine and doesn't give that err. Can someone help me debug this?The text was updated successfully, but these errors were encountered: