From 7b1cc7061ae1b39e5222085241ec75f439c52dd5 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 2 Dec 2025 11:59:55 -0300 Subject: [PATCH] monitoring: allow dcgm rollout with unavailable node --- services/monitoring/dcgm-exporter.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/monitoring/dcgm-exporter.yaml b/services/monitoring/dcgm-exporter.yaml index 766cf7b1..53f4e28b 100644 --- a/services/monitoring/dcgm-exporter.yaml +++ b/services/monitoring/dcgm-exporter.yaml @@ -10,6 +10,9 @@ spec: selector: matchLabels: app: dcgm-exporter + updateStrategy: + rollingUpdate: + maxUnavailable: 2 template: metadata: labels: