如何使用此命令envoy -c envoy-demo.yaml运行特使代理
我犯了这个错误
[critical][main] [external/envoy/source/server/server.cc:113] error initializing configuration 'envoy-demo.yaml': Field 'connect_timeout' is missing in: name: "service_envoyproxy_io"http://localhost:10000/不能在浏览器中打开
发布于 2022-11-24 05:27:47
在使节团簇下添加connect_timeout -demo.yaml
例如:
clusters:
- name: service_envoyproxy_io
type: LOGICAL_DNS
connect_timeout: 5shttps://stackoverflow.com/questions/74555950
复制相似问题