-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Remove mapping to /host/lib from fluentd-gcp container. #60722
Conversation
This mapping is no longer needed since fluentd-gcp v2.0.16, in which it started using a container image based on Debian Stretch, in which the systemd libraries already include support for all the supported compression algorithms. The /run.sh in the image no longer accesses /host/lib anyways, so let's stop mapping it here. Related changes: - fluentd-gcp on GoogleCloudPlatform/k8s-stackdriver#101 - fluentd-es on GoogleCloudPlatform/google-fluentd#80
@filbranden: GitHub didn't allow me to request PR reviews from the following users: bmoyles0117. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
/ok-to-test |
/retest Ping? This should be good to go, since we no longer depend on the host libraries from inside the fluentd containers... Thanks! |
Looks good, thanks! /approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crassirostris, filbranden 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 |
Submit Queue says "Milestone is for a future release and cannot be merged", but I don't see any milestone set... Can someone in test infra help please? |
There's a codefreeze, nothing merged except for PRs aimed for 1.10 Actually, I do believe this should go in 1.10. It's a small cleanup in the GCE deployment, unrelated to the release per se and it will be cherry-picked otherwise anyways |
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process @crassirostris @filbranden @timstclair Pull Request Labels
|
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
Awesome, thanks @crassirostris ! |
What this PR does / why we need it:
This mapping is no longer needed since fluentd-gcp v2.0.16, in which it started using a container image based on Debian Stretch, in which the systemd libraries already include support for all the supported
compression algorithms.
The
/run.sh
in the image no longer accesses/host/lib
anyways, so let's stop mapping it here.Related changes:
/assign @timstclair
/cc @crassirostris @bmoyles0117
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):N/A
Special notes for your reviewer:
N/A
Release note: