feat(kured): add lock delay of 30mins to lock release to throttle reboots
This commit is contained in:
parent
34b2e57d30
commit
35d1da2c15
1 changed files with 1 additions and 0 deletions
|
|
@ -37,3 +37,4 @@ spec:
|
||||||
useRebootSentinelHostPath: false
|
useRebootSentinelHostPath: false
|
||||||
rebootSentinel: ""
|
rebootSentinel: ""
|
||||||
rebootSentinelCommand: 'sh -c "! needs-restarting --reboothint"'
|
rebootSentinelCommand: 'sh -c "! needs-restarting --reboothint"'
|
||||||
|
lockReleaseDelay: 30m # throttle reboots
|
||||||
|
|
|
||||||
Reference in a new issue