--infra-command is ignored in pod creation #6969
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.
stale-issue
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
--infra-command
seems to be ignored, both for versions 1 and 2 of podman.Steps to reproduce the issue:
podman pod create --name test01 --infra-command=sleep
podman pod inspect test01
Inspect infra container:
podman inspect ...-infra
Describe the results you received:
Describe the results you expected:
Command changes to
sleep
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: