play kube fails while started by systemd #2752
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
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 feature
Description
I'm not sure if this is user ignorance (likely) or an error somewhere. I can't just point where the error is. Perhaps you can. If I start AWX from command line with
podman play kube awx.yml
it works perfectly. But if I put that into systemctl, all containers die in less than two seconds. Exactly same command, and every time.Steps to reproduce the issue:
Note, I've tried that with both Type=simple|forking
Describe the results you received:
All containers die in couple of seconds always.
Describe the results you expected:
If I do the same command without systemd, it all works fine:
Additional information you deem important (e.g. issue happens only occasionally):
Happens every time. I even disabled selinux for try, no difference. I don't spot anything different from journal either, execpt that pods stop.
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
KVM guest, fedora 29 on RHEL7.6.
The text was updated successfully, but these errors were encountered: