-
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
[fluentd-gcp addon] Update to use Stackdriver Agent image. #59128
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. |
/ok-to-test |
Well, I'm happy to merge it Just a couple of things left to do:
|
Does it use roughly the same amount of cpu and memory as fluentd-gcp? |
@x13n Yup, Bryan tested it and it showed roughly similar resource consumption under load |
Hold off on approving for now, the image being used here is not an official release. Waiting for an upstream bug to be resolved before we're able to build an official release. |
@bmoyles0117 Sure. You still can do the things I outlined meanwhile |
Are we able to merge despite these tests failing? |
I don't thinks so :( |
When you say wait for a fix, what is it that we're waiting for, and who is able to fix it? |
/approve no-issue |
cluster/gce/gci/configure-helper.sh
Outdated
@@ -2244,6 +2244,7 @@ EOF | |||
local -r fluentd_gcp_yaml="${dst_dir}/fluentd-gcp/fluentd-gcp-ds.yaml" | |||
local -r fluentd_gcp_configmap_yaml="${dst_dir}/fluentd-gcp/fluentd-gcp-configmap.yaml" | |||
update-event-exporter ${event_exporter_yaml} | |||
sed -i -e "s@{{ fluentd_gcp_version }}@${FLUENTD_GCP_VERSION}@g" "${fluentd_gcp_yaml}" |
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.
I think there's a bug. If FLUENTD_GCP_VERSION
is not registered (and it's not registered e.g. in GKE), script will crash with unbounded value
${FLUENTD_GCP_VERSION}
-> ${FLUENTD_GCP_VERSION:-<some-default>}
/approve |
Prometheus is enabled by default.
Fix for |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bmoyles0117, crassirostris, gmarek, piosz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fix PR for verify merged |
/retest Review the full test history for this PR. Silence the bot with an |
/retest |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue (batch tested with PRs 60433, 59982, 59128, 60243, 60440). If you want to cherry-pick this change to another branch, please follow the instructions here. |
Update the fluentd DaemonSet to use the Stackdriver Logging Agent container image.
The Stackdriver Logging Agent container image uses fluentd v0.14.25.
We add a special label to each log record as a signal to logging backends to handle both new and legacy resource types.
Release note: