-
Notifications
You must be signed in to change notification settings - Fork 737
Xds Translator Incorrectly Creates Listener #382
Copy link
Copy link
Closed
Labels
area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.area/xds-serverIssues related to the xDS Server used for managing Envoy configuration.Issues related to the xDS Server used for managing Envoy configuration.kind/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.area/xds-serverIssues related to the xDS Server used for managing Envoy configuration.Issues related to the xDS Server used for managing Envoy configuration.kind/bugSomething isn't workingSomething isn't working
Description:
The xds translator is creating a listener when listener creation is unneeded. Instead, the existing listener name and allowed hostnames should be updated.
Repro steps:
gateway.listerns[].hostname: "*.example.com"The Gateway APi spec states that the listeners should be merged.