From 78b0f1534a25b9476fc08fc7537068bd0bc30ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 21 Aug 2024 07:19:15 +0300 Subject: [PATCH] monitoring: Use gcr mirror for node exporter --- monitoring/node-exporter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/node-exporter.yaml b/monitoring/node-exporter.yaml index 239bdbc..dd2194a 100644 --- a/monitoring/node-exporter.yaml +++ b/monitoring/node-exporter.yaml @@ -383,7 +383,7 @@ spec: - --collector.netclass.ignored-devices=^(veth|cali|vxlan|cni|vnet|tap|lo|wg) - --collector.netdev.device-exclude=^(veth|cali|vxlan|cni|vnet|tap|lo|wg) - --collector.diskstats.ignored-devices=^(sr[0-9][0-9]*)$ - image: prom/node-exporter:v1.8.2 + image: mirror.gcr.io/prom/node-exporter:v1.8.2 resources: limits: cpu: 50m