Oops: 0000000096000004

This commit is contained in:
2026-04-10 00:41:11 +08:00
parent b8bc6a13cf
commit ee1f78f496
4 changed files with 73 additions and 14 deletions

View File

@@ -410,7 +410,7 @@ func checkImagePresent(ctx context.Context, n *NodeContext, image string) error
// crictl inspecti exits non-zero when the image is absent.
_, err := n.SystemRunner.RunRetry(ctx, system.RetryOptions{
Attempts: 3,
Delay: 1 * system.DefaultSecond,
Delay: 2 * system.DefaultSecond,
}, "crictl", "inspecti", image)
if err != nil {
return fmt.Errorf("image %q not present: %w", image, err)