-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metallb setup fails in Kind action #446
Comments
@skonto tested on MacOS, does not work there:
But should not be relevant, as this is only used on GH actions anyway. Alternative could be to use
Tested here. @skonto do you want to PR your changes to fix this? |
|
Also this should work:
or
I will go with the latter, I will create a PR shortly. |
See here. This probably started failing on ubuntu-latest (there is a runner image update happening) due to some docker upgrade?
Getting the net config is not valid anymore as it needs to use the second index.
The following should do the trick (tested locally), not sure about compatibility across envs:
The text was updated successfully, but these errors were encountered: