From 3a35d6a46ce84ed75fc891157a7595c751f38eba Mon Sep 17 00:00:00 2001 From: David Sauer Date: Wed, 6 Jan 2021 22:21:41 +0100 Subject: [PATCH] remove taint in case the reboot is not needed anymore --- cmd/kured/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/kured/main.go b/cmd/kured/main.go index 7cea012..4056c7d 100644 --- a/cmd/kured/main.go +++ b/cmd/kured/main.go @@ -357,6 +357,7 @@ func rebootAsRequired(nodeID string, window *timewindow.TimeWindow, TTL time.Dur } if !rebootRequired() { + preferNoScheduleTaint.Disable() continue }