Kiali failed to initialize. Please ensure that services Kiali depends on, such as Prometheus, are healthy and reachable by Kiali then refresh your browser.
找不到prometheus 的

在这里插入图片描述
在这里插入图片描述

    external_services:
      custom_dashboards:
        enabled: true
      istio:
        root_namespace: istio-system
      tracing:
        enabled: false
      prometheus:
        url: http://10.0.0.201:9090
    identity:
      cert_file: ""
      private_key_file: ""
    istio_namespace: istio-system
    kiali_feature_flags:
      certificates_information_indicators:

在这里插入图片描述
在这里插入图片描述
如果报错 secret 的问题

 kubectl create secret generic kiali -n istio-system --from-literal "username=admin" --from-literal "passphrase=admin"
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐