Mark Mandel
Mark Mandel
> So the last thing is to port ping img ? I believe so! Will likely want to have a few of us test some scenarios on an ARM cluster,...
oooh, I thought of one more thing! https://github.com/googleforgames/agones/blob/main/examples/simple-game-server < that will need to also be updated, as that's the sample we use for all our e2e tests, so we'll need...
So just attempted to build `simple-game-server` and unfortunately it didn't work. Digging into what went wrong. ``` ➜ simple-game-server git:(main) make build Makefile:83: warning: overriding recipe for target 'push' Makefile:79:...
Looks like `go mod tidy` solved the issue. PR incoming.
Spoke too soon. ``` ➜ simple-game-server git:(main) ✗ make build-linux-image-arm64 Makefile:83: warning: overriding recipe for target 'push' Makefile:79: warning: ignoring old recipe for target 'push' Makefile:88: warning: overriding recipe for...
I reckon I have the fixes in place to make it work - just testing now against both an ARM64 and a AMD64 clusters to make sure everything is golden.
`gcr.io/agones-images/simple-game-server:0.13` should now have an arm and windows image on the registry. 👍🏻 We should move all the e2e tests over to this image as well.
Since Agones creates a Pod on Kubernetes - if you are having local connectivity issues within you rPod, this sounds like an issue with your cloud provider that is providing...
Just following up on this - did you get this resolved with your cloud provider?
I wonder if this is duplicate of https://github.com/googleforgames/agones/issues/2578 ? Are you able to double check? M1 will likely attempt to pull down the ARM images, which we have preliminary support...