主要有两个问题:

问题一:istio有三个模块无法启动,分别是:jaeger-query、jaeger-collector和jaeger-collector-headless,都是ES引起的,日志如下:
“Failed to init storage factory”,“error”:“failed to create primary Elasticsearch client: health check timeout: no Elasticsearch node available”,“errorVerbose”:"no Elasticsearch node available

问题二:KubeSphere中担任“日志查询”功能无法使用,我猜测也是ES引起的
http://note.youdao.com/noteshare?id=3561836b84aa6c9c4d219b8ebc130cfc&sub=53577920D5D042D2B12F749DDE602AEF

    pang3721 kubectl -n kubesphere-logging-system get po 看下 es 相关的 pod 是否都正常。 ES相关的部署都在这个ns下

    pang3721 查询 ES 状态 API(在右下角 kubectl 工具箱中执行):

    # 节点状态
    curl elasticsearch-logging-data.kubesphere-logging-system.svc:9200/_nodes/stats?pretty
    # 磁盘使用空间
    curl elasticsearch-logging-data.kubesphere-logging-system.svc:9200/_cat/allocation?v
    # 查询 index 状态
    curl elasticsearch-logging-data.kubesphere-logging-system.svc:9200/_cat/indices?v
    # 集群状态
    curl elasticsearch-logging-data.kubesphere-logging-system.svc:9200/_cluster/health?pretty
    6 个月 后
    1 年 后