From 21d6c69f73ac369828b28d9a35f9045713d0d085 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 12 Aug 2025 14:06:54 +0300 Subject: [PATCH] Fix linstor metrics node label Signed-off-by: Andrei Kvapil --- packages/system/linstor/templates/podscrape.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/system/linstor/templates/podscrape.yaml b/packages/system/linstor/templates/podscrape.yaml index eeb5c0af..786bc687 100644 --- a/packages/system/linstor/templates/podscrape.yaml +++ b/packages/system/linstor/templates/podscrape.yaml @@ -14,7 +14,7 @@ spec: - replacement: linstor-controller targetLabel: job - sourceLabels: [__meta_kubernetes_pod_node_name] - targetLabel: controller_node + targetLabel: node - targetLabel: tier replacement: cluster selector: @@ -37,7 +37,7 @@ spec: - replacement: linstor-satellite targetLabel: job - sourceLabels: [__meta_kubernetes_pod_node_name] - targetLabel: node + targetLabel: controller_node - targetLabel: tier replacement: cluster selector: