今天遇到一个问题,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. Linq语法学习_增删篇。

    关键词: select from where in into join on equals orderby descending thenby Table<TEntity> Default ...

  2. 机器学习&深度学习资料分享

    感谢:https://github.com/ty4z2008/Qix/blob/master/dl.md <Brief History of Machine Learning> 介绍:这是 ...

  3. Mandelbrot图像

      using System;using System.Collections.Generic;using System.Text; namespace ConsoleApplication3{    ...

  4. Mac下快捷键的符号所对应的按键

  5. 沙盒(SandBox)

    iOS 应用沙盒机制就是指 iOS 应用程序只能在为该程序创建的文件系统中读取文件,不可以去其它地方访问,此区域被成为沙盒,所以所有的非代码文件都要保存在此,例如图像,图标,声音,映像,属性列表,文本 ...

  6. I/O理解

    I/O是什么 我的理解I/O就是用于读写的一个流 官方解释:I/O(英语:Input/Output),即输入/输出,通常指数据在内部存储器和外部存储器或其他周边设备之间的输入和输出. node中的io ...

  7. mysqlfailover高可用与proxysql读写分离配置

    proxysql官方推荐两种高可用方案: 1.MHA+proxysql 2.mysqlrpladmin+proxysql MySQLfailover工具包含在mysqlrpladmin工具中,所以两者 ...

  8. Docker DockerFile文件指令 & 构建

    1.dockerfile指令格式 # Comment注释 INSTRUCTION argument指令名 + 参数 2.普通指令 1. FROM 已存在的镜像,基础镜像,第一条非注释指令 FROM & ...

  9. nginx访问日志(access_log)

    一.nginx访问日志介绍 nginx软件会把每个用户访问网站的日志信息记录到指定的日志文件里,供网站提供者分析用户的浏览行为等,此功能由ngx_http_log_module模块负责,对应的官方地址 ...

  10. LeetCode945-使数组唯一的最小增量

    问题:使数组唯一的最小增量 给定整数数组 A,每次 move 操作将会选择任意 A[i],并将其递增 1. 返回使 A 中的每个值都是唯一的最少操作次数. 示例 1: 输入:[1,2,2] 输出:1 ...