podman play kube
doesn't ignore dockerfile ENTRYPOINT
#6995
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
podman play kube
doesn't ignore dockerfile ENTRYPOINT when command parameter set. just append.This difference between Podman and Kubernetes means there is an incompatibility between the Kubernetes YAML files that work with Podman and those that work with Kubernetes.
Steps to reproduce the issue:
podman play kube
./ipc is binary file to demonstrate Inter Process Communication(IPC) in pod.
This binary requires argments either "-consumer" or "-producer".
Describe the results you received:
but these containers don't work.
because argments of ./ipc is "./ipc -consumer" or "./ipc -producer."
Describe the results you expected:
According to Kubernetes Documentation,
but podman doesn't ignore dockerfile ENTRYPOINT, just append.
This difference between Podman and Kubernetes means there is an incompatibility between the Kubernetes YAML files that work with Podman and those that work with Kubernetes.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
VMware, CentOS8
The text was updated successfully, but these errors were encountered: