-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Logging sidecar refactoring #2141
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
Logging sidecar refactoring #2141
Conversation
|
cc @kubernetes/sig-instrumentation-misc |
piosz
left a comment
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.
LGTM, just a nit
Could you get rig of merge commits. I've clicked Update button and it seems you've also done it before.
docs/user-guide/logging/overview.md
Outdated
|
|
||
| Using this approach you can re-use per-node agent and kubelet log handling | ||
| mechanisms. A separate container should contain simple piece of software that | ||
| reads logs from a file, a socker or the journald and prints it to the |
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.
/s/socker/socket/
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.
ACK
|
@piosz I had some input from @coffeepac and will add some more information soon. I will mention you when it's ready |
|
@devin-donnelly, Would you like me to do the docs review for this PR? It would make sense, because I just finished working on #2142. @piosz, Now that #2142 is merged, can you resolve the conflicts here? Sorry, I meant to say, @crassirostris, can you resolve conflicts. |
|
Thanks @steveperry-53 for offering your help! |
|
@steveperry-53 Thanks! @piosz Sure, will prepare this PR for reviewing by the EOW |
|
@piosz @steveperry-53 PTAL |
|
@crassirostris, See this commit for suggested edits to overview.md. |
|
lgtm for stackdriver.md |
|
@steveperry-53 I agree with all changes, except ones which remote prompts from the shell listings. I think this is a common notation, used everywhere in the docs |
|
@steveperry-53 Thanks! PTAL |
…rnetes#2141) * doc changed Signed-off-by: ronitblenz <ronitbanerjee03@gmail.com> * Update content/en/_index.md Co-authored-by: Nate W. <natew@cncf.io> Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com> * Update content/en/_index.md Co-authored-by: Nate W. <natew@cncf.io> Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com> --------- Signed-off-by: ronitblenz <ronitbanerjee03@gmail.com> Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com> Co-authored-by: ronitblenz <ronitbanerjee03@gmail.com> Co-authored-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com> Co-authored-by: Nate W. <natew@cncf.io>
Moved from #2114
This is a replacement for https://github.com/kubernetes/contrib/tree/master/logging/fluentd-sidecar-gcp and https://github.com/kubernetes/contrib/tree/master/logging/fluentd-sidecar-es, describing general sidecar approach, including things not covered by docs above:
stdout/stderrrather than has a logging agent insideRelated to #548
CC @piosz @devin-donnelly @steveperry-53
This change is