Skip to content

Commit

Permalink
return node even if failed to fetch info
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwinger233 committed Dec 27, 2021
1 parent 112c62d commit e525e3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster/calcium/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func (c *Calcium) ListPodNodes(ctx context.Context, opts *types.ListNodesOptions
err := node.Info(ctx)
if err != nil {
logger.Errorf(ctx, "failed to get node info: %+v", err)
return
}
ch <- node
}
Expand Down

0 comments on commit e525e3e

Please sign in to comment.