podman play kube error(log driver must be set) #3449
Labels
kind/bug
Categorizes issue or PR as related to a bug.
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
Running
podman play kube
errorSteps to reproduce the issue:
podman run -dt --name nginx -p 1234:80 nginx:1.17.0-alpine
podman generate kube nginx > nginx.yaml
podman rm -f nginx
podman play kube nginx.yaml
Describe the results you received:
Describe the results you expected:
Podman successfully runs pod
Additional information you deem important (e.g. issue happens only occasionally):
The log prompt does not set
log driver
, but the podman play command does not provide setting parameters.Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
VM: Parallels Desktop
Host OS: Mac 10.14.5
Guest OS: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: