layer5io / meshery-smp-action

GitHub Action for pipelining microservices and Kubernetes performance testing with Meshery
https://layer5.io/projects/nighthawk
Apache License 2.0
29 stars 22 forks source link

Ensure that Istio application endpoint is reachable from Meshery #28

Closed gyohuangxin closed 2 years ago

gyohuangxin commented 2 years ago

Signed-off-by: Xin Huang xin1.huang@intel.com

Description

This PR fixes #27

  1. Replace minikube tunnel command with minikube tunnel &> /dev/null & to avoid the tunnel getting killed.
  2. Change the default endpoint_url to make sure it's reachable from Meshery.

Signed commits

gyohuangxin commented 2 years ago

@navendu-pottekkat I've tested it and it works, can you review this? Thanks. image

leecalcote commented 2 years ago

@SunkuRanganath fyi

s1ntaxe770r commented 2 years ago

Thank you @gyohuangxin !