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

Static IPs for Gateways #96

Closed
2 tasks done
shaneutt opened this issue Aug 23, 2023 · 0 comments · Fixed by #105
Closed
2 tasks done

Static IPs for Gateways #96

shaneutt opened this issue Aug 23, 2023 · 0 comments · Fixed by #105

Comments

@shaneutt
Copy link
Member

shaneutt commented Aug 23, 2023

In order for Gateway API to release v1.0.0 we need conformance tests for all things core and extended. One extended feature available for GA is the ability to statically assign addresses to a created Gateway resource rather than allowing those IPs to be dynamically provisioned:

kubernetes-sigs/gateway-api#2035

The purpose of this task is to implement this functionality in Blixt, which supports both kubernetes-sigs/gateway-api#2035 and #81, as well as kubernetes-sigs/gateway-api#1794 and kubernetes-sigs/gateway-api#1792.

After this is implemented, we need to plug the upstream conformance test suite into Blixt and start running Gateway API conformance tests as a part of our CI, at least to the level of Gateway conformance for this iteration.

Acceptance Criteria

  • Static IP addresses from a known pool for my Service provider can be used for Gateways
  • Support for static IPs on Gateways depends on the Service provider in Blixt, if the underlying provider does NOT support doing this make sure the Gateway status reflects this and if the IP is removed becomes eventually consistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant