Skip to content

Commit

Permalink
fix:test e2e
Browse files Browse the repository at this point in the history
Signed-off-by: renxiangyu <[email protected]>
  • Loading branch information
renxiangyu committed Jan 29, 2024
1 parent c52711c commit 987bdcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/clustertree/cluster-manager/cluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func (c *ClusterController) SetupWithManager(mgr manager.Manager) error {
}

func (c *ClusterController) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error) {
// reconcile
klog.V(4).Infof("============ %s starts to reconcile %s ============", ControllerName, request.Name)

cluster := &kosmosv1alpha1.Cluster{}
Expand Down

0 comments on commit 987bdcf

Please sign in to comment.