From 2e5087b9f6d9f4d01ade62146dde27220a75ef38 Mon Sep 17 00:00:00 2001 From: Alex Leong Date: Fri, 13 Nov 2020 14:38:20 -0800 Subject: [PATCH] Update install-pr to use image-load script (#5226) The `bin/kind-load` script no longer exists and has been renamed to `bin/image-load`. Signed-off-by: Alex Leong --- bin/install-pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-pr b/bin/install-pr index 530dc80b2..c1d0c3e44 100755 --- a/bin/install-pr +++ b/bin/install-pr @@ -95,7 +95,7 @@ then name=$(echo "$context" | sed -n -E "s/(kind)-(.*)/\2/p") fi - "$bindir"/kind-load --images ${name:+'--name' "$name"} + "$bindir"/image-load --archive "$name" else for image in cni-plugin controller debug grafana proxy web do