istio--kiali 报错 云原生太坑了
找不到prometheus 的。
·
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"
更多推荐
已为社区贡献1条内容
所有评论(0)