-
Notifications
You must be signed in to change notification settings - Fork 453
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
Drop support for docker log format #1216
Drop support for docker log format #1216
Conversation
Dockershim has been removed from Kubernetes so we only need to support the CRI log format. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert 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 |
/lgtm |
Sorry for the late comment. Will this work with CRI-DOCKERD? We are not dropping this from kubelet because of cri-dockerd to protect back compat. |
cri-dockerd should log in cri format IMO |
Do you know any maintainers of cri-dockerd? @nwneisen I see you are making releases. please advice |
@SergeyKanzhelev I recently took over cri-dockerd. The project uses |
@nwneisen in this case we're talking about container logs--how does cri-dockerd write logs to disk for the kubelet to read them? |
Container logs are being written to disk in json format. I agree that |
Thank you @nwneisen! 🙏 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Dockershim has been removed from Kubernetes so we only need to support the CRI log format.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?