Skip to content

Commit

Permalink
Merge pull request #65 from gyohuangxin/more_log
Browse files Browse the repository at this point in the history
Add more logs during the meshery installation.
  • Loading branch information
gyohuangxin authored Sep 29, 2022
2 parents 265e65e + 5da5027 commit a3417e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/scripts/istio_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ if ! [ -x "$(command -v mesheryctl)" ]; then
curl -L https://meshery.io/install | ADAPTERS=istio PLATFORM=kubernetes bash -
fi

sleep 10
sleep 200
kubectl get pods -n meshery
echo "Meshery has been installed."
#mesheryctl system login --provider None
echo "Deploying meshery istio adapter..."
echo | mesheryctl mesh deploy adapter meshery-istio:10000 --namespace "istio-system" --token "./.github/workflows/auth.json"
sleep 200
echo "Onboarding application... Standby for few minutes..."
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/scripts/linkerd_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ if ! [ -x "$(command -v mesheryctl)" ]; then
fi

curl -fsL https://run.linkerd.io/emojivoto.yml --output emojivoto.yml
sleep 10

sleep 200
echo "Meshery has been installed."
kubectl get pods -n meshery

echo "Deploying meshery linkerd adapter..."
#mesheryctl system login --provider None
echo | mesheryctl mesh deploy adapter meshery-linkerd:10001 --token "./.github/workflows/auth.json"
sleep 200
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/scripts/osm_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ if ! [ -x "$(command -v mesheryctl)" ]; then
fi

curl -fsL https://raw.githubusercontent.com/openservicemesh/osm-docs/main/manifests/apps/bookstore.yaml --output bookstore.yaml
sleep 10

sleep 200
#mesheryctl system login --provider None
echo "Meshery has been installed."
kubectl get pods -n meshery

echo "Deploying meshery osm adapter..."
echo | mesheryctl mesh deploy adapter meshery-osm:10009 --token "./.github/workflows/auth.json"
sleep 200
echo "Onboarding application... Standby for few minutes..."
Expand Down

0 comments on commit a3417e2

Please # to comment.