-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print logs for containers that are not ready #1344
Print logs for containers that are not ready #1344
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1344 +/- ##
==========================================
+ Coverage 45.03% 45.05% +0.01%
==========================================
Files 114 114
Lines 4912 4910 -2
==========================================
Hits 2212 2212
+ Misses 2475 2473 -2
Partials 225 225
Continue to review full report at Codecov.
|
61e06c4
to
9e7bf07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit, otherwise LGTM
pkg/skaffold/kubernetes/log.go
Outdated
continue | ||
} | ||
|
||
if alreadyTracked := a.trackedContainers.add(container.ContainerID); !alreadyTracked { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this not be if !a.trackedContainers.add(container.ContainerID)
?
Signed-off-by: David Gageot <[email protected]>
9e7bf07
to
6339d13
Compare
@nkubala thanks for the feedback, should be good now! |
Signed-off-by: David Gageot [email protected]