From a7f11ccf94c6d6e788575c8e60dd7168361e8650 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 23 Apr 2026 01:44:25 +0000 Subject: [PATCH] fix: give Rancher more time to pass startup probe during upgrades Rancher needs longer than the chart default 2-minute startup probe budget on this cluster while it restores local catalogs and finishes API startup. Extend the startup probe failure threshold so Helm upgrades can complete instead of restarting the new pod before it becomes ready. --- infrastructure/addons/rancher/helmrelease-rancher.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/addons/rancher/helmrelease-rancher.yaml b/infrastructure/addons/rancher/helmrelease-rancher.yaml index e1a3b6f..a209ffa 100644 --- a/infrastructure/addons/rancher/helmrelease-rancher.yaml +++ b/infrastructure/addons/rancher/helmrelease-rancher.yaml @@ -37,6 +37,10 @@ spec: limits: cpu: 1000m memory: 1Gi + startupProbe: + timeoutSeconds: 5 + periodSeconds: 10 + failureThreshold: 60 affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: