Skip to content

Commit

Permalink
Merge pull request #81 from asubedy/istioFix
Browse files Browse the repository at this point in the history
Making Scheduled benchmarks test error free
  • Loading branch information
gyohuangxin committed Jul 14, 2023
2 parents 9598663 + 734da6a commit a653535
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/istio_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export SERVICE_MESH='ISTIO'

# Check if mesheryctl is present, else install it
if ! [ -x "$(command -v mesheryctl)" ]; then
kubectl config view --minify --flatten > ~/minified_config
mv ~/minified_config ~/.kube/config
echo 'mesheryctl is not installed. Installing mesheryctl client... Standby... (Starting Meshery as well...)' >&2
curl -L https://meshery.io/install | ADAPTERS=istio PLATFORM=kubernetes bash -
fi
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scripts/linkerd_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export SERVICE_MESH='LINKERD'

# Check if mesheryctl is present, else install it
if ! [ -x "$(command -v mesheryctl)" ]; then
kubectl config view --minify --flatten > ~/minified_config
mv ~/minified_config ~/.kube/config
echo 'mesheryctl is not installed. Installing mesheryctl client... Standby... (Starting Meshery as well...)' >&2
curl -L https://meshery.io/install | ADAPTERS=linkerd PLATFORM=kubernetes bash -
fi
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scripts/osm_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export SERVICE_MESH='OPEN_SERVICE_MESH'

# Check if mesheryctl is present, else install it
if ! [ -x "$(command -v mesheryctl)" ]; then
kubectl config view --minify --flatten > ~/minified_config
mv ~/minified_config ~/.kube/config
echo 'mesheryctl is not installed. Installing mesheryctl client... Standby... (Starting Meshery as well...)' >&2
curl -L https://meshery.io/install | ADAPTERS=osm PLATFORM=kubernetes bash -
fi
Expand Down

0 comments on commit a653535

Please sign in to comment.