From 6be97b3fc7c26fb86eade0c5d70f50f289ecaea2 Mon Sep 17 00:00:00 2001 From: Tarun Pothulapati Date: Mon, 8 Mar 2021 13:46:38 +0000 Subject: [PATCH] linkerd: update prometheus URL based on the latest 2.10 changes In Linkerd 2.10, The Prometheus instance moved into the `viz` extension which is installed separately from the core control-plane. This means that the prometheus now exists in the `linkerd-viz` namespace by default unless overriden. This PR updates the URl to reflect the same Signed-off-by: Tarun Pothulapati --- kustomize/linkerd/patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/linkerd/patch.yaml b/kustomize/linkerd/patch.yaml index 25fcade6..ad919ebb 100644 --- a/kustomize/linkerd/patch.yaml +++ b/kustomize/linkerd/patch.yaml @@ -11,7 +11,7 @@ spec: - -log-level=info - -include-label-prefix=app.kubernetes.io - -mesh-provider=linkerd - - -metrics-server=http://linkerd-prometheus:9090 + - -metrics-server=http://linkerd-prometheus.linkerd-viz:9090 --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding