You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified that switching back to v2 HCM in examples/cors/backend/front-envoy.yaml generates a test failures with:
Failed
'' config failed. Error: The v2 xDS major version is deprecated and disabled by default. Support for v2 will be removed from Envoy at the start of Q1 2021. You may make use of v2 in Q4 2020 by following the advice in https://www.envoyproxy.io/docs/envoy/latest/faq/api/transition. (envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager)
I'm pretty sure the set of PRs that made v2 fatal-by-default has taken care of catching these v2 cases in config validation.
description
The
config_validation
part of CI checks configs in docs + examples to ensure that they are not using deprecated featuresSome features seem to pass CI even tho they should be updated. The relevant configs trigger warnings when Envoy is run (in verify examples eg)
refs
The text was updated successfully, but these errors were encountered: