Open
Description
Envoy removed support for bind_to_port
(envoyproxy/envoy#5288), which has been marked as deprecated_v1 since 2017-08-15 (envoyproxy/data-plane-api@86de1f2), and announced to be removed on 2018-03-15 (https://groups.google.com/forum/#!topic/envoy-announce/Lb1QZcSclGQ), so it was long time coming, but we cannot upgrade Envoy in Istio Proxy now...
The feature was superseded by filter chains, and so we should migrate from using multiple listeners with bind_to_port=false
to a single listener with multiple filter chains.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
P1