agones icon indicating copy to clipboard operation
agones copied to clipboard

Specify port range for gameserver pods specific to a node

Open SomendraDev opened this issue 3 years ago • 2 comments

Hello,

I have a node running microk8s and a static IP from ISP, using port forwarding we point to that node. Now we want to add two more node. But we have only one static ip.

So, it is possible to specify port range that gameserver pod will use if it is instantiated in a specific node. Example : node A gameservers pod will have port 7000 to 8000 node B gameservers pod will have port 8001 to 9000 node C gameservers pod will have port 9001 to 10000

So, that we can port forward port range from 7000 to 8000 to node A, port forward port range from 8001 to 9000 to node B and port forward port range from 9001 to 10000 to node C

Is there any alternative to solve this issue, then please let me know.

Thanks

SomendraDev avatar Dec 25 '22 07:12 SomendraDev

Hello all,

Please let me know how to solve this issue, or there is any alternative way to it.

Thanks

SomendraDev avatar Apr 10 '23 13:04 SomendraDev

I think it might be time to move to a 3 node cluster on some kind of cloud provider 😃

There's no way to specify a node range per node, and I don't think it would be something we would support as it's going to be very complicated at scale.

markmandel avatar Apr 10 '23 22:04 markmandel

'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions '

github-actions[bot] avatar Mar 01 '24 10:03 github-actions[bot]

I'm going to close this as wontfix, as it is out of scope for this project.

markmandel avatar Mar 28 '24 16:03 markmandel