Skip to content

Commit

Permalink
Update pkg/controller/machine.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hardik Dodiya <hardik.dodiya@sap.com>
  • Loading branch information
prashanth26 and hardikdr authored Jun 28, 2020
1 parent 3484d7c commit 893ee56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ func (c *controller) machineDelete(machine *v1alpha1.Machine, driver driver.Driv
}

if machineID != "" && nodeName != "" {
// Begin drain logic only when the nodeName & providerID exist's for the machine
// Begin drain logic only when the nodeName & providerID exists for the machine

var (
forceDeletePods = false
Expand Down

0 comments on commit 893ee56

Please sign in to comment.