Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 committed Sep 14, 2023
1 parent 359b13e commit ce8cfc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/component/reclaimer/meta_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (m *meta) Reconcile(nc *v1alpha1.NebulaCluster) error {
return fmt.Errorf("list pods for cluster %s/%s failed: %v", namespace, clusterName, err)
}

// TODO: concurrent updating to reduce reconcile time
for i := range pods {
pod := pods[i]
if !label.Label(pod.Labels).IsNebulaComponent() {
Expand Down

0 comments on commit ce8cfc0

Please sign in to comment.