You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pod is being recreated everytime the playbook runs but only if there is at least one published port which bounds to address 0.0.0.0. Please refer to the diff output below to quickly see the problem.
Steps to reproduce the issue:
Run the playbook shown later in this post. And then rerun it to see that the pod is being recreated everytime.
Describe the results you received:
The pod should only be created once instead of everytime the task executes.
Describe the results you expected:
The pod should not be recreated.
Additional information you deem important (e.g. issue happens only occasionally):
Happens all the time.
Version of the containers.podman collection: Either git commit if installed from git: git show --summary Or version from ansible-galaxy if installed from galaxy: ansible-galaxy collection list | grep containers.podman
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
duplicate of #679, but for pods.
The pod is being recreated everytime the playbook runs but only if there is at least one published port which bounds to address 0.0.0.0. Please refer to the diff output below to quickly see the problem.
Steps to reproduce the issue:
Run the playbook shown later in this post. And then rerun it to see that the pod is being recreated everytime.
Describe the results you received:
The pod should only be created once instead of everytime the task executes.
Describe the results you expected:
The pod should not be recreated.
Additional information you deem important (e.g. issue happens only occasionally):
Happens all the time.
Version of the
containers.podman
collection:Either git commit if installed from git:
git show --summary
Or version from
ansible-galaxy
if installed from galaxy:ansible-galaxy collection list | grep containers.podman
Output of
ansible --version
:Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Playbok you run with ansible (e.g. content of
playbook.yaml
):Command line and output of ansible run with high verbosity
Please NOTE: if you submit a bug about idempotency, run the playbook with
--diff
option, like:ansible-playbook -i inventory --diff -vv playbook.yml
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: