【问题标题】:Field connect_timeout is missing in name service_envoyproxy_io名称 service_envoyproxy_io 中缺少字段 connect_timeout
【发布时间】:2022-11-24 14:06:59
【问题描述】:

使用此命令运行特使代理 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/ is not opening in browser

【问题讨论】:

    标签: envoyproxy


    【解决方案1】:

    在 envoy-demo.yaml 的 clusters 下添加 connect_timeout

    例如

      clusters:
      - name: service_envoyproxy_io
        type: LOGICAL_DNS
        connect_timeout: 5s
    

    【讨论】:

      猜你喜欢
      • 2014-05-14
      • 2012-01-28
      • 1970-01-01
      • 2020-08-12
      • 2020-07-01
      • 2018-08-17
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多