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

Feature request: allow to configure auto-created service & allow to control GW affinity/nodeselector/tolerations from GW manifest #3658

Open
Nova-Logic opened this issue Mar 5, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@Nova-Logic
Copy link

What would you like to be added:
Gateway API desperately needs following enhancements to be fully declarative and production-ready solution:
1)Gateway API should have an ability to determine additional service spec, i.e. externalTrafficPolicy: local
2)Gateway API should have an ability to configure GW nodeselector/affinity/toleration fields

Why this is needed:
1)regarding feature 1: in secured topologies where you have special gateway nodes to control ingress/egress traffic deployed service with load balancer IP should have that externalTrafficPolicy: local to preserver real client IP address. without that every time after deploying GW we need to manually create service/or override created service. That does not looks reasonable since K8S should be configured as a code.
2)affinities/tolerations/nodeselector fields also should exists to allow to schedule gateway pods ONLY to specific nodes

@Nova-Logic Nova-Logic added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 5, 2025
@shaneutt shaneutt added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Mar 10, 2025
@shaneutt shaneutt moved this to Triage in Gateway API Pipeline Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
Status: Triage
Development

No branches or pull requests

2 participants