We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbd4998 + a220e50 commit 724c76bCopy full SHA for 724c76b
internal/controllers/machine/machine_controller.go
@@ -434,7 +434,7 @@ func (r *Reconciler) isNodeDrainAllowed(m *clusterv1.Machine) bool {
434
}
435
436
func (r *Reconciler) nodeDrainTimeoutExceeded(machine *clusterv1.Machine) bool {
437
- // if the NodeDrainTineout type is not set by user
+ // if the NodeDrainTimeout type is not set by user
438
if machine.Spec.NodeDrainTimeout == nil || machine.Spec.NodeDrainTimeout.Seconds() <= 0 {
439
return false
440
0 commit comments