mirror of https://github.com/kubernetes/kops.git
Fix nil pointer when deleting instance
This commit is contained in:
parent
f0382bed2e
commit
b122d0e3ba
|
|
@ -242,6 +242,7 @@ func RunDeleteInstance(ctx context.Context, f *util.Factory, out io.Writer, opti
|
|||
}
|
||||
|
||||
d := &instancegroups.RollingUpdateCluster{
|
||||
Cluster: cluster,
|
||||
Ctx: ctx,
|
||||
MasterInterval: 0,
|
||||
NodeInterval: 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue