-
Notifications
You must be signed in to change notification settings - Fork 716
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
Inconsistent logging during kubeadm init #883
Comments
/assign @chuckha |
can I take this one? |
sure, sorry for not getting a response. |
@neolit123 or @chuckha Do you want me to try and fix as many as I can find? or just the ones that log improperly on init during a "standard"/"successful" init? Is |
/assign @neolit123 |
@Klaven i'm currently investigating what is best to do here. |
@Klaven
the original links in the OP seem out of date.
for non-errors. we also call some vendored code and hopefully it doesn't have these.
glog docs for reference: LMK if you have any further questions. 👍 |
@neolit123 I think I have done everything needed for the above. Please let me know if there is more I need to do! Please let me know if I missed any step. |
I am not sure if I screwed this up linking it, but this ticket still says it is open, and the PR was merged. |
thanks |
@neolit123: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is this a BUG REPORT or FEATURE REQUEST?
FEATURE REQUEST
During
kubeadm init
we call out to two places in the code that use bare glog logging. Since we do not log with this style, we end up with some glog output in the middle of our nice output without the prefix.There is no way to remove the prefix in glog logging.
The two calls are
test/e2e and the kubelet
The text was updated successfully, but these errors were encountered: