Skip to content
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

Add support for dynamic port ranges #299

Closed
victor-prodan opened this issue Jul 19, 2018 · 6 comments
Closed

Add support for dynamic port ranges #299

victor-prodan opened this issue Jul 19, 2018 · 6 comments
Labels
help wanted We would love help on these issues. Please come help us! kind/design Proposal discussing new features / fixes and how they should be implemented kind/feature New features for Agones obsolete wontfix Sorry, but we're not going to do that.

Comments

@victor-prodan
Copy link
Contributor

Currently, we can describe only one port at a time.
There are servers that use a continuous range of ports (i.e. 7000-7010).
When using dynamic port allocation, if we specify each port independently, they will be shuffled across the allocation range and will not be continuous anymore.
We need thus a dynamic allocation method for a range of ports that randomizes only the beginning of the range, keeping the range together (i.e. 7000-7010 becomes 4124-4134)

@markmandel markmandel added kind/feature New features for Agones kind/design Proposal discussing new features / fixes and how they should be implemented labels Jul 19, 2018
@victor-prodan
Copy link
Contributor Author

victor-prodan commented Jul 19, 2018

Actually, I guess there should be support for static port ranges as well, why not?

@markmandel markmandel added the help wanted We would love help on these issues. Please come help us! label Jul 28, 2022
@github-actions
Copy link

'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 github-actions bot added the stale Pending closure unless there is a strong objection. label Apr 15, 2023
@github-actions github-actions bot closed this as completed May 1, 2023
@markmandel
Copy link
Member

Reopening - looks like a bug in the bot. Should still be stale though.

@markmandel markmandel reopened this May 1, 2023
@github-actions github-actions bot removed the stale Pending closure unless there is a strong objection. label May 15, 2023
@github-actions
Copy link

'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 github-actions bot added the stale Pending closure unless there is a strong objection. label Jun 15, 2023
@github-actions
Copy link

github-actions bot commented Aug 1, 2023

This issue is marked as obsolete due to inactivity for last 60 days. To avoid issue getting closed in next 30 days, please add a comment or add 'awaiting-maintainer' label. Thank you for your contributions

@github-actions github-actions bot added obsolete and removed stale Pending closure unless there is a strong objection. labels Aug 1, 2023
@github-actions github-actions bot added the wontfix Sorry, but we're not going to do that. label Sep 1, 2023
@github-actions
Copy link

github-actions bot commented Sep 1, 2023

We are closing this as there was no activity in this issue for last 90 days. Please reopen if you’d like to discuss anything further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We would love help on these issues. Please come help us! kind/design Proposal discussing new features / fixes and how they should be implemented kind/feature New features for Agones obsolete wontfix Sorry, but we're not going to do that.
Projects
None yet
Development

No branches or pull requests

2 participants