mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-22 07:07:52 -02:30
When installing with `download_run_once`, nerdctl will log to stderr and cause a failure even if the image was saved successfully. Instead we rely on the shell exit code to detect the failure. Signed-off-by: Alejandro Macedo <alex.macedopereira@gmail.com>