Merged
Conversation
This output is very verbose, just the name and status is enough.
d1a1e6f to
ef81c72
Compare
jaypipes
approved these changes
Apr 12, 2020
Contributor
jaypipes
left a comment
There was a problem hiding this comment.
Yup, good little change. ++
| defer d.workerPodsLock.Unlock() | ||
|
|
||
| log.Debugf("Update for pod %s: %+v, %+v", podName, pod.Status, pod.Spec) | ||
| log.Debugf("Update for pod %s: %v", podName, pod.Status.Phase) |
Contributor
|
@mogren @SaranBalaji90 the integrations tests are failing on this PR with the following: I don't think there's anything in this PR that changed the integration tests at all, so I presume the above was either introduced with either an upstream (in the testing framework) change that we're now bringing in or it is transient. I tried to re-run the integration tests for this PR but apparently I no longer have write permissions on the VPC CNI CircleCI repo and therefore cannot trigger a re-run :( |
ef81c72 to
635b0fa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Having a watch print the whole pod spec is too verbose
Description of changes:
make formatOne log line before:
Logs after:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.