remove taint in case the reboot is not needed anymore

This commit is contained in:
David Sauer
2021-01-06 22:21:41 +01:00
parent e430b1442a
commit 3a35d6a46c
+1
View File
@@ -357,6 +357,7 @@ func rebootAsRequired(nodeID string, window *timewindow.TimeWindow, TTL time.Dur
}
if !rebootRequired() {
preferNoScheduleTaint.Disable()
continue
}