mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-22 19:38:01 +00: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>