mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-23 13:57:58 +03:00
8a5cfe8d77
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>