Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: update version of osm-edge and erie-canal; extend sleep interval (
Browse files Browse the repository at this point in the history
  • Loading branch information
addozhang committed Jan 27, 2023
1 parent 168b262 commit 246c275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/demo/flomesh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function install_eriecanal() {
helm repo update

EC_NAMESPACE=erie-canal
EC_VERSION=0.1.0-beta.2
EC_VERSION=0.1.0

for CLUSTER in ${!kubeconfig*}
do
Expand Down Expand Up @@ -148,7 +148,7 @@ EOF
}

function install_osm_edge_binary() {
release=v1.3.0-beta.4
release=v1.3.0
desc "downloading osm-edge cli release - ${release}"
curl -L https://github.com/flomesh-io/osm-edge/releases/download/${release}/osm-edge-${release}-${system}-$arch.tar.gz | tar -vxzf -
osm_binary="$(pwd)/${system}-${arch}/osm"
Expand Down Expand Up @@ -374,7 +374,7 @@ spec:
- clusterKey: default/default/default/cluster-3
EOF"

run "sleep 5"
run "sleep 6"
desc "We have a multi-cluster service!"
desc "See for yourself"
run "$k2 exec "${curl_client}" -n curl -c curl -- curl -s http://httpbin.httpbin:8080/"
Expand Down

0 comments on commit 246c275

Please sign in to comment.