Skip to content

Commit

Permalink
Clear Status on Docker Reconcile (#6882)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat authored Oct 24, 2023
1 parent 6ba1416 commit b70bafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/providers/docker/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func (r *Reconciler) Reconcile(ctx context.Context, log logr.Logger, c *anywhere
}

return controller.NewPhaseRunner[*cluster.Spec]().Register(
clusters.CleanupStatusAfterValidate,
r.ReconcileControlPlane,
r.CheckControlPlaneReady,
r.ReconcileCNI,
Expand Down

0 comments on commit b70bafb

Please sign in to comment.