Skip to content
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

Change Podman log-driver from journald to k8s-file #1221

Merged
merged 1 commit into from Aug 28, 2022
Merged

Conversation

dghubble
Copy link
Member

@dghubble dghubble commented Aug 27, 2022

  • When podman runs the Kubelet container, logging to journald means log lines are duplicated in the journal. journalctl -u kubelet shows Kubelet's logs and the same log messages from podman. Using the k8s-file driver alleviates this problem
  • Fix Kubelet and etcd-member logs to be more readable and reduce unneccessary Kubelet log volume

* When podman runs the Kubelet container, logging to journald means
log lines are duplicated in the journal. journalctl -u kubelet shows
Kubelet's logs and the same log messages from podman. Using the
k8s-file driver alleviates this problem
* Fix Kubelet and etcd-member logs to be more readable and reduce
unneccessary Kubelet log volume
@dghubble dghubble changed the title Change podman log-driver from journald to k8s-file Change Podman log-driver from journald to k8s-file Aug 28, 2022
@dghubble dghubble merged commit 76d92e9 into main Aug 28, 2022
@dghubble dghubble deleted the podman-log-driver branch August 28, 2022 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant