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

IPv6 and IPv4 Configuration on Installation #2086

Closed
Tracked by #732
mpstefan opened this issue Jun 4, 2024 · 3 comments
Closed
Tracked by #732

IPv6 and IPv4 Configuration on Installation #2086

mpstefan opened this issue Jun 4, 2024 · 3 comments
Assignees
Labels
area/nginx-configuration Relates to nginx configuration enhancement New feature or request refined Requirements are refined and the issue is ready to be implemented. size/medium Estimated to be completed within a week
Milestone

Comments

@mpstefan
Copy link
Collaborator

mpstefan commented Jun 4, 2024

As a user of NGF with an IPv6 enabled Kubernetes cluster
I want the ability to enable IP versions for NGF on installation
So that I can enable IPv6 in NGF and use it within my cluster.

Acceptance

  • The user can configure NGF to use IPv4 and/or IPv6 on installation.
  • The installation documentation is updated to include IP version instructions.
@mpstefan mpstefan added this to the v1.4.0 milestone Jun 4, 2024
@mpstefan mpstefan added refined Requirements are refined and the issue is ready to be implemented. enhancement New feature or request area/nginx-configuration Relates to nginx configuration and removed refined Requirements are refined and the issue is ready to be implemented. labels Jun 4, 2024
@brianehlert
Copy link

Suggestion: simply create an NGINX port listener on both IP families and default that way. Dual stack has been a thing for a decade.
Unless Gateway API is opinionated about the ip address space.
This is the simplest way to solve this problem.
This is how NIC approached this, and the only hitch we had was running on Pivotal Cloud Foundry (and one other similar platform) that disabled IPv6 at the node level and prevented the NIC container from having an IPv6 stack at all.

@mpstefan mpstefan added refined Requirements are refined and the issue is ready to be implemented. size/medium Estimated to be completed within a week labels Jun 17, 2024
@ciarams87
Copy link
Member

See nginxinc/kubernetes-ingress#2576 and nginxinc/kubernetes-ingress#3040 for NIC IPv6 support

@salonichf5 salonichf5 self-assigned this Jun 17, 2024
@salonichf5 salonichf5 moved this from 🆕 New to 🏗 In Progress in NGINX Gateway Fabric Jun 27, 2024
@salonichf5 salonichf5 moved this from 🏗 In Progress to 👀 In Review in NGINX Gateway Fabric Jul 8, 2024
@salonichf5 salonichf5 moved this from 👀 In Review to ✅ Done in NGINX Gateway Fabric Jul 18, 2024
@sjberman
Copy link
Contributor

Closed by #2190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/nginx-configuration Relates to nginx configuration enhancement New feature or request refined Requirements are refined and the issue is ready to be implemented. size/medium Estimated to be completed within a week
Projects
Archived in project
Development

No branches or pull requests

5 participants