mirror of
https://github.com/containers/podman.git
synced 2026-03-23 17:13:05 -04:00
Make sure that `kube down` and `kube play --replace` do not error out when an object does not exist (or has already been removed). Such kind of teardown should not be treated as an ordinary `rm` but as an `rm --ignore`. It's purpose it to make sure that all objects in a YAML are removed; even if they existed only partially. Fixes: #19711 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>