diff --git a/controller/linodemachine_controller.go b/controller/linodemachine_controller.go index 7e6fff34e..d9de87c1b 100644 --- a/controller/linodemachine_controller.go +++ b/controller/linodemachine_controller.go @@ -290,6 +290,7 @@ func (*LinodeMachineReconciler) reconcileCreate(ctx context.Context, machineScop return nil, err } createConfig.Tags = tags + createConfig.SwapSize = util.Pointer(0) // get the bootstrap data for the Linode instance and set it for create config bootstrapData, err := machineScope.GetBootstrapData(ctx)