Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ func (r *DockerMachineReconciler) reconcileNormal(ctx context.Context, machine *

// if the machine is already provisioned, return
if dockerMachine.Spec.ProviderID != nil {
// ensure ready state is set.
// This is required after move, bacuse status is not moved to the target cluster.
dockerMachine.Status.Ready = true
return ctrl.Result{}, nil
}

Expand Down