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 <alex@buoyant.io>
This commit is contained in:
Alex Leong 2020-11-13 14:38:20 -08:00 committed by GitHub
parent 948aa23b2a
commit 2e5087b9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ then
name=$(echo "$context" | sed -n -E "s/(kind)-(.*)/\2/p") name=$(echo "$context" | sed -n -E "s/(kind)-(.*)/\2/p")
fi fi
"$bindir"/kind-load --images ${name:+'--name' "$name"} "$bindir"/image-load --archive "$name"
else else
for image in cni-plugin controller debug grafana proxy web for image in cni-plugin controller debug grafana proxy web
do do