googleforgames / agones

Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
https://agones.dev
Apache License 2.0
6.1k stars 813 forks source link

Installing Agones creates Linode NodeBalancers. Can this be disabled? #2488

Closed emrys90 closed 2 years ago

emrys90 commented 2 years ago

I do not require contacting the Agones API from outside of the cluster, so I don't believe I have any need for these, I would like to know if there's a way I can disable this feature so that I am not getting charged for it.

roberthbailey commented 2 years ago

Yes. You can customize your install if you use the instructions to install with helm.

That page lists a ton of options, but for what you are asking in particular, agones.ping.install can be used to disable the ping service and agones.allocator.install can be used to disable the allocator service. Disabling both should prevent the installation from creating any load balancers in your cloud provider.

emrys90 commented 2 years ago

Thank you! Just got that implemented and I no longer see the load balancers being created.