mirror of https://github.com/linkerd/linkerd2.git
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:
parent
948aa23b2a
commit
2e5087b9f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue