Istio rancher app 安装

直接截图了,这种是最简单的了

  prometheus:
    custom_metrics_url: http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090
    url: http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090

上面的默认连接和我用app安装的prometheus位置不一样,所以需要替换上面两个连接

用nodeport

http://192.168.194.173:31194/

用clusterip

http://10.43.140.39:9090

  prometheus:
    custom_metrics_url: http://pro.prometheus.svc:9090
    url: http://pro.prometheus.svc:9090
Send a Message