play kube does not use default log driver #13781
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/bug
Categorizes issue or PR as related to a bug.
kube
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Using
podman play kube
without--log-driver
results in the containers not using the default log driver but falling back to a file instead.Steps to reproduce the issue:
podman create --name test alpine:latest
podman generate kube test > test.yml
podman play kube test.yml
podman inspect test_pod-test | grep LogConfig -A 5
Describe the results you received:
Falling back to
k8s-file
, I think? The type is empty:Describe the results you expected:
Using journald as log driver:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: