nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.3k stars 132 forks source link

GCP instance creation to an instance-group fails from non-default interface name #1533

Closed placrosse closed 1 year ago

placrosse commented 1 year ago

Output from GitHub Action below:

eyberg commented 1 year ago

commenting out https://github.com/nanovms/ops/blob/master/provider/gcp/gcp_network.go#L170 seems to resolve this issue for me, I need to look more to see if there is a reason why we have declared them all to be eth0 by default or not - I don't think there is a reason though and if so we should just yank that everywhere