Skip to content

Commit

Permalink
updating schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja committed Sep 24, 2024
1 parent aa26687 commit 6a00ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/controller/cluster/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ func (r *SingleClusterReconciler) Reconcile() (result ctrl.Result, recErr error)
return reconcile.Result{}, recErr
}

// Doing recluster before setting up roster to get the latest observed node list from server.
if r.IsReclusterNeeded() {
if err = deployment.InfoRecluster(
r.Log,
Expand Down
2 changes: 1 addition & 1 deletion pkg/configschema/schemas

0 comments on commit 6a00ed3

Please sign in to comment.