-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Enable kubernetes_metadata by default for ELK stack #33584
Enable kubernetes_metadata by default for ELK stack #33584
Conversation
Can a kubernetes member verify that this patch is reasonable to test? If so, please reply with "@k8s-bot ok to test" on its own line. Regular contributors should join the org to skip this step. While we transition away from the Jenkins GitHub PR Builder plugin, "ok to test" commenters will need to be on the admin list defined in this file. |
ok to test |
I don't think it was remove by accident. Take a look to #26652 (comment) @aledbf could you please provide more context? |
The |
Yes, sure, the fact that this plugin is needed is out of question. But just turning it on doesn't seem like a good idea, since it was turned off not without a reason. Maybe we should provide this filter plugin with explicit path to cert? |
that fixes the issue Using Daemonset also solves the issue #32088
No but If you start the fluentd pod manually (adding a new manifest file) after the node is running the service account is mounted in the pod so I think this issue is just a timing problem. |
Well, if this pr passes gce suite for elasticsearch logging, sounds reasonable |
@aledbf yep, actually I created my own daemonset for fluentd, and it works fine. didn't know the issue related to pure pod. |
In tests the old image is used. Let's wait for #32088 to be merged. I'll prioritize it on my list. |
@piosz Do you mind If we will add a comment in the td-agent.conf to "enable" the metadata-plugin in a case of daemon-set usage?. |
@keglevich3 Yes, absolutely, go ahead, we will be grateful! |
Sorry for the delay. I'm pretty close to merge #32088 (hopefully will be done within next few days) and then we can disable move forward with this one. |
08f2256
to
a3ac4a2
Compare
@piosz done. |
@kayrus LGTM, thanks for your efforts! Just a small thing: could you please bump an image version? I will push it and then you can create another PR using the new image. |
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.
Please bump fluentd image version
@crassirostris done |
a3ac4a2
to
8435d19
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.
LGTM
Jenkins unit/integration failed for commit 8435d19. Full PR test history. The magic incantation to run this job again is 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. I understand the commands that are listed here. |
Jenkins GKE smoke e2e failed for commit 8435d19. Full PR test history. The magic incantation to run this job again is 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. I understand the commands that are listed here. |
Jenkins GCI GKE smoke e2e failed for commit 8435d19. Full PR test history. The magic incantation to run this job again is 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. I understand the commands that are listed here. |
@k8s-bot unit test this |
Automatic merge from submit-queue |
Commit found in the "release-1.5" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Looks like it was accidentally removed and was not restored back in this PR #29883
Because actually this plugin still exists in the image, but new ELK deployment don't allow you to index namespaces, pod names, etc.
This change is