-
Notifications
You must be signed in to change notification settings - Fork 18
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
Regression in r18 #24
Comments
@WisdomWolf, thx for pointing out the differences. |
Looks good, thanks! |
I have the similar problem: This is what I see on Papertrail's Events view: Using Apr 03 00:29:07 222.111.222.111 logger mysystem-client-k1/application rkubelog/node(macek)/pod(client-k1-application-8qji33ix-75fddb4886-g4pgt) - 10.19.0.1 - - [03/Apr/2021:00:29:07 +0200] "GET /app-liveness HTTP/1.1" 200 2 "-" "kube-probe/1.19" Using Apr 03 00:44:07 mysystem-client-k1/application rkubelog/node(macek)/pod(client-k1-application-8qji33ix-75fddb4886-g4pgt) 10.19.0.1 - - [03/Apr/2021:00:44:07 +0200] "GET /app-liveness HTTP/1.1" 200 2 "-" "kube-probe/1.19" IOW, the public IP address of the cluster is gone, also the word |
@tuttle I will look into this. Thx for bringing it to my attention. |
hello @tuttle, I have taken a stab at this issue. can you please try |
@girishranganathan Unfortunately, we're still seeing the issue pointed out by tuttle in |
There appears to have been a significant regression in how system and application names are reported to Papertrail in r18. In r17 the system and application name were properly broken out to show the node that the pod was running on and the pod name for proper filtering, but in r18 it now has generic unhelpful designations. This screenshot shows log entries from r18 and then r17 when I reverted my deployment (changing nothing else about the deployment other than the image tag).
The text was updated successfully, but these errors were encountered: