我正在尝试通过遵循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 -
答案 0 :(得分:1)
Google Cloud提供了1.0.6-gke.3
版清单,因此不再需要此解决方法。
我在GKE 1.12.6-gke.7 / Istio 1.0.6-gke.1群集中遇到了相同的错误。我尝试将旧版本的Prometheus清单文件应用到群集中。普罗米修斯指标收集功能似乎工作正常。
$ curl https://storage.googleapis.com/gke-release/istio/release/1.0.3-gke.3/patches/install-prometheus.yaml | kubectl apply -f -