podman can not remove pod with multiple containers as non root user #2577
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
I run AWX containers into single pod to mimic docker compose. While I try removing pod, it fails with use having not permissions to do that. Reason being (discussed in IRC) that recursive killing of pods kills the pause container first, thus loosing namespace for the memcached container.
Steps to reproduce the issue:
env variables for the above command in here (the above output with podman generate kube):
I run the ansible as user, the same could be made pasting commands to command line
after pod is up, do
podman pod rm awx
Describe the results you received:
Describe the results you expected:
pod to disappear
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: