-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Fix fluentd-gcp configuration to facilitate JSON parsing #48139
Fix fluentd-gcp configuration to facilitate JSON parsing #48139
Conversation
\lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crassirostris, fgrzadkowski Associated issue: 48108 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test pull-kubernetes-e2e-gce-etcd3 |
I've added |
@enisoc Yes, thanks! |
/test pull-kubernetes-e2e-kops-aws |
1 similar comment
/test pull-kubernetes-e2e-kops-aws |
/retest |
Automatic merge from submit-queue (batch tested with PRs 48139, 48042, 47645, 48054, 48003) |
@crassirostris PR needs rebase |
…#48139-#48049-#48042-upstream-release-1.7 Automatic merge from submit-queue Automated cherry pick of #48139 #48049 #48042 Cherry pick of #48139 #48049 #48042 on release-1.7. #48139: Fix fluentd-gcp configuration to facilitate JSON parsing #48049: kubeadm: Make kube-proxy RollingUpgradeable #48042: Reflect kubeadm-specific kubelet changes in the bazel debs
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Thanks @crassirostris for the quick fix! |
There's a bug in #45734, because of which each records gets additional field and google-cloud plugin thinks it's not JSON (https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud/blob/master/lib/fluent/plugin/out_google_cloud.rb#L569)
Fixes #48108
/cc @piosz @fgrzadkowski