Fix nil pointer when deleting instance

This commit is contained in:
Ole Markus With 2020-10-13 13:23:22 +02:00
parent f0382bed2e
commit b122d0e3ba
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ func RunDeleteInstance(ctx context.Context, f *util.Factory, out io.Writer, opti
} }
d := &instancegroups.RollingUpdateCluster{ d := &instancegroups.RollingUpdateCluster{
Cluster: cluster,
Ctx: ctx, Ctx: ctx,
MasterInterval: 0, MasterInterval: 0,
NodeInterval: 0, NodeInterval: 0,