mirror of https://github.com/kubernetes/kops.git
set GracePeriodSeconds to -1
This commit is contained in:
parent
cc25a5a977
commit
3961d85e44
|
@ -309,6 +309,7 @@ func (r *RollingUpdateInstanceGroup) DrainNode(u *cloudinstances.CloudInstanceGr
|
|||
Force: true,
|
||||
DeleteLocalData: true,
|
||||
ErrOut: errOut,
|
||||
GracePeriodSeconds: -1,
|
||||
}
|
||||
|
||||
cmd := cmd.NewCmdDrain(f, out, errOut)
|
||||
|
|
Loading…
Reference in New Issue