Skip to content

Commit

Permalink
update reconcile
Browse files Browse the repository at this point in the history
  • Loading branch information
gao12312 committed Nov 25, 2024
1 parent ca3f31b commit 934e8a0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func (c *PodSyncController) updatePodStatus(ctx context.Context) error {
}

func (c *PodSyncController) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error) {

klog.V(4).Infof("============ %s starts to reconcile %s ============", PodSyncControllerName, req.Name)

nodes, err := c.rootClient.CoreV1().Nodes().List(ctx, metav1.ListOptions{})
Expand All @@ -176,7 +175,6 @@ func (c *PodSyncController) Reconcile(ctx context.Context, req reconcile.Request
break
}
}

klog.V(4).Infof("============ %s has been reconciled =============", req.Name)
return reconcile.Result{}, nil
}

0 comments on commit 934e8a0

Please sign in to comment.