Closed grantbruneau closed 1 year ago
The lint build failure probably isn't related to your change, but I'm not sure yet why it fails with
curl: (6) getaddrinfo() thread failed to start
The lint build failure probably isn't related to your change, but I'm not sure yet why it fails with
curl: (6) getaddrinfo() thread failed to start
Looks like there was an error downloading bedrock at that moment. Can we retry the lint? I confirmed that URL works. ERROR failed to download from https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.15.01.zip
Had already re-run, but was waiting to try again today since it might have been a github workflow networking issue.
Still failing in the same way. I really don't think it's related to your changes, so I'll experiment with a PR with no changes from master.
Seems like it might be the github runner, has anything changed on that end? My googling says maybe firewall issue.
Edit: Actually, this is all from within KIND, so maybe not runner specifically.
@itzg I have it working on my fork. I updated the versions of KIND and metallb. Prior to that I had the same errors.
Thanks! Running it now
Awesome, that fixed it. Thanks for digging into that.
Happy to help!
Adds extraDeploy array which allows us to include additional objects at deployment. My reason for this is to use helm pre-install/post-delete hooks which can automatically add/remove DNS entries for my minecraft servers.
Reference