Skip to content

Commit

Permalink
Change the delay before restarting cordoned node pods to 15m
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Nimbalkar <[email protected]>
  • Loading branch information
Piyush Nimbalkar committed Nov 4, 2020
1 parent 9319ac6 commit b197f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import "time"
const (
// DefaultCordonedRestartDelay duration for which the operator should not try
// to restart pods after the node is cordoned
DefaultCordonedRestartDelay = 2 * time.Minute
DefaultCordonedRestartDelay = 15 * time.Minute
)

0 comments on commit b197f84

Please sign in to comment.