-
Notifications
You must be signed in to change notification settings - Fork 689
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
Replace wellknown filter names with typed config #2479
Comments
I just ran into this as well, I can take and update it. |
Cool! Also see https://envoyproxy.slack.com/archives/CEFDKQ3RQ/p1588129018117000 |
Example logs:
|
The link in the error message 404s, here's the deprecation notes: https://www.envoyproxy.io/docs/envoy/v1.14.1/intro/deprecated.html?highlight=deprecated#april-8-2020 |
Blocked on envoyproxy/go-control-plane#294 |
@stevesloka The suggestion here was to use typed config (which doesn't change) rather than the filter names. Apparently, envoy will infer the name typed config URL. |
Updates the go-control-plane dep which fixes up a bunch of wellknown name types. Updates projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Updates: projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Updates the go-control-plane dep which fixes up a bunch of wellknown name types. Also changes how the node_version is used since the previous method is deprecated. Updates projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Updates: projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Updates: projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Updates the go-control-plane dep which fixes up a bunch of wellknown name types. Also changes how the node_version is used since the previous method is deprecated. Updates #2479 Signed-off-by: Steve Sloka <[email protected]>
Using some HTTP filter names from the go-control-plane wellknown package give warnings due to being deprecated from Envoy. This updates the names to use TypedConfigs which are matched differently in Envoy and won't have the same issues with deprecation. Fixes projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Using some HTTP filter names from the go-control-plane wellknown package give warnings due to being deprecated from Envoy. This updates the names to use TypedConfigs which are matched differently in Envoy and won't have the same issues with deprecation. Fixes projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Using some HTTP filter names from the go-control-plane wellknown package give warnings due to being deprecated from Envoy. This updates the names to use TypedConfigs which are matched differently in Envoy and won't have the same issues with deprecation. Fixes projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Using some HTTP filter names from the go-control-plane wellknown package give warnings due to being deprecated from Envoy. This updates the names to use TypedConfigs which are matched differently in Envoy and won't have the same issues with deprecation. Fixes projectcontour#2479 Signed-off-by: Steve Sloka <[email protected]>
Using some HTTP filter names from the go-control-plane wellknown package give warnings due to being deprecated from Envoy. This updates the names to use TypedConfigs which are matched differently in Envoy and won't have the same issues with deprecation. Fixes #2479 Signed-off-by: Steve Sloka <[email protected]>
The go-control-plane constants for well-known filters use the deprecated filter names. Contour should switch over to using typed config for these in case some future Envoy version removes the deprecated names.
xref: envoyproxy/go-control-plane#293
The text was updated successfully, but these errors were encountered: