-
Notifications
You must be signed in to change notification settings - Fork 42.1k
add log_file option to kubelet flags #70917
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
add log_file option to kubelet flags #70917
Conversation
Change-Id: I5e75902739e2f869244d1b8b229be2580aca8149
|
/priority important-soon |
|
/milestone v1.13 |
|
/assign @yujuhong |
|
@dims I think I missed the announcement on Why is this needed for 1.13? :-) |
|
@yujuhong you missed a whole bunch :) https://groups.google.com/d/msg/kubernetes-dev/7vnijOMhLS0/1oRiNtigBgAJ TL;DR klog now supports this option and we should expose it. ( cc @tallclair ) |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, yujuhong The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Change-Id: I5e75902739e2f869244d1b8b229be2580aca8149
What type of PR is this?
/kind bug
What this PR does / why we need it:
klogsupports a log-file option, make sure kubelet command line help options show this new optionWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: