我正在尝试通过跟随This doc在GKE上运行istio上安装Prometheus。它看起来像提供install-prometheus.yaml
文件提供的链接被打破。知道我能在哪里得到它吗?
curl https://storage.googleapis.com/gke-release/istio/release/1.0.6-gke.1/patches/install-prometheus.yaml | kubectl apply -n istio-system -f -
Google Cloud提供版本1.0.6-gke.3
清单,因此不再需要此解决方法。
我在GKE 1.12.6-gke.7 / Istio 1.0.6-gke.1集群中遇到了同样的错误。我尝试将旧版本的prometheus清单文件应用到集群中; prometheus指标收集功能似乎工作正常。
$ curl https://storage.googleapis.com/gke-release/istio/release/1.0.3-gke.3/patches/install-prometheus.yaml | kubectl apply -f -