【问题标题】:Istio 1.1 Envoy access logs are not appearingIstio 1.1 Envoy 访问日志没有出现
【发布时间】:2019-08-18 14:04:58
【问题描述】:

这是在 GKE 上全新安装的 Istio 1.1。集群版本为 1.10。不幸的是,Istio 1.1 尚未在 1.10 上进行测试,但我的管理员要到 6 月才会升级。

Istio 1.1 中有一个我需要的功能在 1.0 中不存在。那就是配置一个网关来在 kubernetes 机密中查找 TLS 证书。

但是...我无法让任何应用程序运行,因为 Envoy 没有显示任何访问日志。如果我没有访问日志,我该如何调试?

我确实在 istio-proxy 中看到了很多 deprecated 日志:

  3  Using deprecated option 'envoy.api.v2.Cluster.hosts'. This configuration will be removed from Envoy soon. Please see https://github.com/envoyproxy/envoy/blob/master/DEPRECATED.md for details.
 92  Using deprecated option 'envoy.api.v2.listener.Filter.config'. This configuration will be removed from Envoy soon. Please see https://github.com/envoyproxy/envoy/blob/master/DEPRECATED.md for details.
  1  Using deprecated option 'envoy.api.v2.Listener.use_original_dst'. This configuration will be removed from Envoy soon. Please see https://github.com/envoyproxy/envoy/blob/master/DEPRECATED.md for details.
 44  Using deprecated option 'envoy.api.v2.route.Route.per_filter_config'. This configuration will be removed from Envoy soon. Please see https://github.com/envoyproxy/envoy/blob/master/DEPRECATED.md for details.
 19  Using deprecated option 'envoy.config.filter.network.http_connection_manager.v2.HttpFilter.config'. This configuration will be removed from Envoy soon. Please see https://github.com/envoyproxy/envoy/blob/master/DEPRECATED.md for details.
  1  Using deprecated option 'envoy.config.trace.v2.Tracing.Http.config'. This configuration will be removed from Envoy soon. Please see https://github.com/envoyproxy/envoy/blob/master/DEPRECATED.md for details.

这有关系吗?

【问题讨论】:

    标签: istio


    【解决方案1】:

    您可能想在 Istio 中 enable Envoy access logging

    【讨论】:

      【解决方案2】:

      没关系...看起来 Istio 1.1 的新默认设置是您必须启用 Envoy 访问日志记录...

      https://github.com/istio/istio/issues/12854

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2021-04-22
        • 1970-01-01
        • 2018-09-17
        • 2019-05-20
        相关资源
        最近更新 更多