Skip to content

Commit

Permalink
Remove TODO in controllers/submariner/submariner_controller.go
Browse files Browse the repository at this point in the history
"vthapar Add metrics-proxy status to Submariner CR so we can update
it with daemonset status"

Issue #3169
created to track this.

Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Jul 29, 2024
1 parent f9f4c99 commit 7583e92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controllers/submariner/submariner_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (
return reconcile.Result{}, err
}

// TODO: vthapar Add metrics-proxy status to Submariner CR so we can update it with daemonset status

if loadBalancer != nil {
instance.Status.LoadBalancerStatus.Status = &loadBalancer.Status.LoadBalancer
} else {
Expand Down

0 comments on commit 7583e92

Please sign in to comment.