Pod stuck in error/removing state #15740
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 ran a script that creates a pod and then adds a couple of containers to it. I immediately realized I wanted to change some environment variables before running the containers and I hit
Ctrl+C
to stop the script.It seems no container was created in the pod (apart from the pod's infra container). The pod is now stuck in Error state and the infra container in Removing state. I cannot recreate the pod, I cannot add containers to it, and even after a reboot it is stuck in the same state.
Steps to reproduce the issue:
Ctrl+C
Describe the results you received:
4153a9f2c002
: pod ID1cd35e8d63aa
: infra IDDescribe the results you expected:
I would expect force-removing the pod to clean this up. Or some instructions on how to clean this up.
Output of
podman version
:Ouput of
podman inspect 4153a9f2c002
The text was updated successfully, but these errors were encountered: