Skip to content

Commit 7ac72d1

Browse files
committed
Remove TODO in controllers/submariner/submariner_controller.go
"vthapar Add metrics-proxy status to Submariner CR so we can update it with daemonset status" Issue submariner-io#3169 created to track this. Signed-off-by: Tom Pantelis <[email protected]>
1 parent f9f4c99 commit 7ac72d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controllers/submariner/submariner_controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (
248248
return reconcile.Result{}, err
249249
}
250250

251-
// TODO: vthapar Add metrics-proxy status to Submariner CR so we can update it with daemonset status
252-
253251
if loadBalancer != nil {
254252
instance.Status.LoadBalancerStatus.Status = &loadBalancer.Status.LoadBalancer
255253
} else {

0 commit comments

Comments
 (0)