From 35d1da2c15278dc3489316dfd1a71bd48200c4b4 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Wed, 20 Nov 2024 18:28:34 +0100 Subject: [PATCH] feat(kured): add lock delay of 30mins to lock release to throttle reboots --- apps/system/kured.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/system/kured.yaml b/apps/system/kured.yaml index a222c36..79b1633 100644 --- a/apps/system/kured.yaml +++ b/apps/system/kured.yaml @@ -37,3 +37,4 @@ spec: useRebootSentinelHostPath: false rebootSentinel: "" rebootSentinelCommand: 'sh -c "! needs-restarting --reboothint"' + lockReleaseDelay: 30m # throttle reboots