Skip to content

Commit

Permalink
Fix timeout formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Demichev authored and openshift-cherrypick-robot committed Mar 5, 2020
1 parent 89c8787 commit e5dda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/machine/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func (r *ReconcileMachine) drainNode(machine *machinev1.Machine) error {
}

if nodeIsUnreachable(node) {
klog.Infof("%q: Node %q is unreachable, draining will wait %q seconds after pod is signalled for deletion and skip after it",
klog.Infof("%q: Node %q is unreachable, draining will wait %d seconds after pod is signalled for deletion and skip after it",
machine.Name, node.Name, skipWaitForDeleteTimeoutSeconds)
drainer.SkipWaitForDeleteTimeoutSeconds = skipWaitForDeleteTimeoutSeconds
}
Expand Down

0 comments on commit e5dda6a

Please sign in to comment.