Skip to content

Commit

Permalink
Store state (#243)
Browse files Browse the repository at this point in the history
* fix status loop regression

---------

Signed-off-by: Diego Ciangottini <diego.ciangottini@pg.infn.it>
  • Loading branch information
dciangot authored Jun 26, 2024
1 parent fe305f3 commit b94b781
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/virtualkubelet/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,10 @@ func checkPodsStatus(ctx context.Context, p *VirtualKubeletProvider, podsList []

}
}

log.G(ctx).Info("No errors while getting statuses")
log.G(ctx).Debug(ret)
return nil, nil
}
log.G(ctx).Info("No errors while getting statuses")
log.G(ctx).Debug(ret)
return nil, nil
}

}
Expand Down

0 comments on commit b94b781

Please sign in to comment.