We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
想要通过envoyfilter为网关配置一个固定的健康检查接口,返回固定的响应,但是未下发成功。
通过以下配置下发envoyfilter:
在controller的discovery容器中查询到该配置,但是在gateway中的config_dump中查不到,访问也无法实现预期结果。
期望通过gateway的80端口访问/f5/healthcheck接口时,返回固定响应。
The text was updated successfully, but these errors were encountered:
不能这么merge,如果你想匹配某个vhost,要在match的时候match对应vhost的name,你可以让ai帮你生成一个
Sorry, something went wrong.
No branches or pull requests
Ⅰ. Issue Description
想要通过envoyfilter为网关配置一个固定的健康检查接口,返回固定的响应,但是未下发成功。
Ⅱ. Describe what happened
通过以下配置下发envoyfilter:
在controller的discovery容器中查询到该配置,但是在gateway中的config_dump中查不到,访问也无法实现预期结果。
Ⅲ. Describe what you expected to happen
期望通过gateway的80端口访问/f5/healthcheck接口时,返回固定响应。
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
The text was updated successfully, but these errors were encountered: