-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Implement one single outbound listener #22217
Copy link
Copy link
Closed
Labels
area/networkingkind/enhancementlifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Milestone
Metadata
Metadata
Assignees
Labels
area/networkingkind/enhancementlifecycle/automatically-closedIndicates a PR or issue that has been closed automatically.Indicates a PR or issue that has been closed automatically.lifecycle/staleIndicates a PR or issue hasn't been manipulated by an Istio team member for a whileIndicates a PR or issue hasn't been manipulated by an Istio team member for a while
Type
Projects
Status
Done
placeholder. Will create an experimental PR
This is supposed to be an implementation detail without istio user facing API change.
The side effects may include
1 unit test broken, will be addressed at inline PR
2. Envoy metric structure change.
3. debugging knowledge base update
Not longer block v2 to v3 because v3 supports bind_to_port by accident
Blocks:#16458V2 -> V3 API migrationProgress
envoy
listener: implement disabled predicates envoyproxy/envoy#10389
listener: split listenerfilterfactorycontext and networkfilterfactorycontext envoyproxy/envoy#10491
worker: provide removeFilterChain interface envoyproxy/envoy#10528
listener: in place filter chain update envoyproxy/envoy#10662
istio