今天遇到一个问题,istio的组件一直在重启,查看log大概是这个样子

--03T07::.935580Z     info    Epoch  starting
--03T07::.936317Z info Envoy command: [-c /etc/istio/proxy/envoy-rev0.json --restart-epoch --drain-time-s --parent-shutdown-time-s --service-cluster istio-ingress --service-node ingress~57.144.0.82~istio-ingress-5b8b8669b5-hjqrd.istio-system~istio-system.svc.cluster.local --max-obj-name-len -l info --v2-config-only]
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] initializing epoch (hot restart version=9.200.16384.256.options=capacity=, num_slots= hash=)
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] statically linked extensions:
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] access_loggers: envoy.file_access_log,envoy.http_grpc_access_log
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] filters.http: envoy.buffer,envoy.cors,envoy.ext_authz,envoy.fault,envoy.grpc_http1_bridge,envoy.grpc_json_transcoder,envoy.grpc_web,envoy.gzip,envoy.health_check,envoy.http_dynamo_filter,envoy.ip_tagging,envoy.lua,envoy.rate_limit,envoy.router,envoy.squash,istio_authn,jwt-auth,mixer
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] filters.listener: envoy.listener.original_dst,envoy.listener.proxy_protocol
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] filters.network: envoy.client_ssl_auth,envoy.echo,envoy.ext_authz,envoy.http_connection_manager,envoy.mongo_proxy,envoy.ratelimit,envoy.redis_proxy,envoy.tcp_proxy,mixer
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] stat_sinks: envoy.dog_statsd,envoy.metrics_service,envoy.statsd
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] tracers: envoy.dynamic.ot,envoy.lightstep,envoy.zipkin
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] transport_sockets.downstream: alts,raw_buffer,ssl
[-- ::49.973][][info][main] external/envoy/source/server/server.cc:] transport_sockets.upstream: alts,raw_buffer,ssl
[-- ::49.980][][warning][upstream] external/envoy/source/common/config/grpc_mux_impl.cc:] gRPC config stream closed: ,
[-- ::49.980][][warning][upstream] external/envoy/source/common/config/grpc_mux_impl.cc:] Unable to establish new stream
[-- ::49.980][][info][config] external/envoy/source/server/configuration_impl.cc:] loading listener(s)
[-- ::49.980][][info][config] external/envoy/source/server/configuration_impl.cc:] loading tracing configuration
[-- ::49.980][][info][config] external/envoy/source/server/configuration_impl.cc:] loading tracing driver: envoy.zipkin
[-- ::49.980][][info][config] external/envoy/source/server/configuration_impl.cc:] loading stats sink configuration
[-- ::49.980][][critical][main] external/envoy/source/server/server.cc:] error initializing configuration '/etc/istio/proxy/envoy-rev0.json': malformed IP address: istio-statsd-prom-bridge
[-- ::49.981][][info][main] external/envoy/source/server/server.cc:] exiting
--03T07::.983382Z warn Epoch terminated with an error: exit status
--03T07::.983414Z warn Aborted all epochs
--03T07::.983463Z info Epoch : set retry delay to 1m42.4s, budget to

  解决方案

   重启Kubernetes集群的dns和每个节点的flannel

kubectl delete pod -n kube-system kube-dns-*****

  

【Istio】error initializing configuration '/etc/istio/proxy/envoy-rev0.json': malformed IP address: istio-statsd-prom-bridge的更多相关文章

  1. ERROR 2003 (HY000): Can't connect to MySQL server on 'ip address' (111)的处理办法

    远程连接mysql数据库时可以使用以下指令 mysql -h 192.168.1.104 -u root -p 如果是初次安装mysql,需要将所有/etc/mysql/内的所有配置文件的bind-a ...

  2. 【解决】error pulling image configuration: Get https:// ...... x509: certificate has expired or is not yet valid

    [问题]进行镜像拉取时报错 [分析] 很多人会被第一句所蒙蔽,按照网上教程进行修改etc/sysconfig/docker,之后发现还是没有用. 其实这里重点是最后一句"certificat ...

  3. 【故障处理】ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository

    今天在使用冷备份文件重做从库时遇到一个报错,值得研究一下. 版本:MySQL5.6.27 一.报错现象 dba:(none)> start slave; ERROR (HY000): Slave ...

  4. 【转】Error:JAVA_HOME is not set and could not be found

    如果stop-dfs.sh也报了这个错,把$HADOOP_HOME/libexec/hadoop-config.sh中的如下内容之前加上 export JAVA_HOME=/home/lqr/Tool ...

  5. 【解决】ERROR in xxx.js from UglifyJs

    当我们运行打包脚本npm run build或者打包iosweexpack build ios有可能会遇到以下报错 ERROR in index.js from UglifyJs ![](https: ...

  6. 【SVN】Error running context: 由于目标计算机积极拒绝,无法连接

    SVN服务没开启,步骤如下: 1.打开[控制面板]→[管理工具]→[服务]: 2.找到[visual SVN Sever],右击选择[启动]: 3.服务开启后,导入数据就成功了!

  7. 【AngularJs】---"Error: [ng:areq] Argument 'fn' is not a function, got undefined"

    项目中把controller.service抽取出来 一步一步没有报错 index那里加 <script src="js/controllers/XXController.js&quo ...

  8. 【AngularJs】---Error: [$injector:modulerr] Failed to instantiate module starter.services

    [遇到问题解决问题,原谅我这个菜鸟] 加了services angular.module('starter', ['ionic', 'starter.controllers', 'starter.se ...

  9. 【MFC】error RC2108: expected numerical dialog constant(转)

    原文转自 http://blog.csdn.net/renyhui/article/details/23120469 [解决方案]在控件ID后面添加 "Static", SS_BI ...

随机推荐

  1. Vijos P1243 生产产品 (单调队列优化DP)

    题意: 必须严格按顺序执行M个步骤来生产一个产品,每一个步骤都可以在N台机器中的任何一台完成.机器i完成第j个步骤的时间为T[i][j].把半成品从一台机器上搬到另一台机器上也需要一定的时间K.每台机 ...

  2. windows10下安装TensorFlow Object Detection API

    由于官方的文件都是在乌班图和mac系统下的,就上网搜了以下. 按照下边这个博客安装成功了 https://blog.csdn.net/qq_28019591/article/details/82023 ...

  3. Predicate Programming Guide

    https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Predicates/AdditionalChap ...

  4. opensue "Have a lot of fun..."的出处

    每次登陆opensuse都会出现“Have a lot of fun...”,觉得奇怪. 通过搜索发现在这是/etc/motd文件中配置的. MOTD(5)                       ...

  5. ovx openVirtex的阅读文档

    由于flowvisor只有4个版本, 最新更新都是2013年的, 跟底层ovs版本不跟进, 最近斯坦福post一个 ovx, 猜测是flowvisor的加强版, 所以看一下文档说明 文档详见http: ...

  6. C#MySQL增删改查

    首先在项目中添加引用 using MySql.Data.MySqlClient; 连接字符串  private string connString="server=localhost;use ...

  7. 【思维题】TCO14 Round 2C InverseRMQ

    全网好像就只有劼和manchery写了博客的样子……:正解可能是最大流?但是仔细特判也能过 题目描述 RMQ问题即区间最值问题是一个有趣的问题. 在这个问题中,对于一个长度为 n 的排列,query( ...

  8. shell 练习题 - 第三周

    1.编写脚本/root/bin/backup.sh,可实现每日将/etc/目录备份到 /root/etcYYYY-mm-dd中 #!/bin/bash echo "start backup& ...

  9. Flask-数据与路由

    数据 图书数据库的地址 # 基地址 http://t.yushu.im # 关键字搜索 http://t.yushu.im/v2/book/search?q={}&start={}&c ...

  10. 解析Vue.js中的computed工作原理

    我们通过实现一个简单版的和Vue中computed具有相同功能的函数来了解computed是如何工作的.写的十分的全面细致,具有一定的参考价值,对此有需要的朋友可以参考学习下.如有不足之处,欢迎批评指 ...