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

Support IPv6 for Game Server addresses #3134

Closed
2 tasks
zmerlynn opened this issue May 2, 2023 · 0 comments · Fixed by #3311
Closed
2 tasks

Support IPv6 for Game Server addresses #3134

zmerlynn opened this issue May 2, 2023 · 0 comments · Fixed by #3311
Assignees
Labels
kind/feature New features for Agones

Comments

@zmerlynn
Copy link
Collaborator

zmerlynn commented May 2, 2023

Game server addresses can currently only be IPv4 or DNS. DNS can return an IPv6 address, but this requires some external integration to get right (see #2767, #1921). We could also support native IPv6 addresses for game servers rather than just DNS, though.

@chiayi tested on a dual-stack GKE cluster and things ~work - except during the GameServer address selection ends up picking the IPv4 ExternalIP.

To properly support IPv6, I think it's just a matter of:

@zmerlynn zmerlynn added the kind/feature New features for Agones label May 2, 2023
@zmerlynn zmerlynn self-assigned this Aug 3, 2023
zmerlynn added a commit to zmerlynn/agones that referenced this issue Aug 3, 2023
Adds a blurb on dual-stack clusters to cluster creation guide.

Closes googleforgames#3134
zmerlynn added a commit to zmerlynn/agones that referenced this issue Aug 3, 2023
Adds a blurb on dual-stack clusters to cluster creation guide.

Closes googleforgames#3134
markmandel pushed a commit that referenced this issue Aug 3, 2023
Adds a blurb on dual-stack clusters to cluster creation guide.

Closes #3134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New features for Agones
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant