From 1f28e7ffa791ddfdc84e25bfd12e9e2778ef385a Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sat, 16 Nov 2024 09:53:47 +0100 Subject: [PATCH] fix(kured): use rebootSentinelCommand The chart docs is misleading and some additional configuration was needed to use rebootSentinelCommand instead of rebootSentinel... :facepalm: --- apps/system/kured.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/system/kured.yaml b/apps/system/kured.yaml index 2de7bc1..a222c36 100644 --- a/apps/system/kured.yaml +++ b/apps/system/kured.yaml @@ -34,4 +34,6 @@ spec: endTime: "06:00" # 6:00 AM annotateNodes: true # rebootDays: ["mo", "tu", "we", "th", "fr", "sa", "su"] + useRebootSentinelHostPath: false + rebootSentinel: "" rebootSentinelCommand: 'sh -c "! needs-restarting --reboothint"'