Skip to content

Commit

Permalink
only pull kmesh image from local registry
Browse files Browse the repository at this point in the history
Signed-off-by: YaoZengzeng <yaozengzeng@huawei.com>
  • Loading branch information
YaoZengzeng committed Jun 19, 2024
1 parent dec0648 commit 8a02aed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ EOF
export KIND_REGISTRY_NAME="kind-registry"
export KIND_REGISTRY_PORT="5000"
export KIND_REGISTRY="localhost:${KIND_REGISTRY_PORT}"
export HUB="${KIND_REGISTRY}"

# Provision a local docker registry, so KinD nodes could pull images from.
# https://kind.sigs.k8s.io/docs/user/local-registry/
Expand Down Expand Up @@ -87,7 +86,7 @@ EOF
}

function build_and_push_images() {
make docker.push
HUB="${KIND_REGISTRY}" make docker.push
}

while (( "$#" )); do
Expand Down

0 comments on commit 8a02aed

Please sign in to comment.