layer5io / service-mesh-labs

Lab scenarios for learning how to service mesh.
https://layer5.io/learn/service-mesh-labs
Apache License 2.0
26 stars 31 forks source link

Meshery bash installer incorrect #67

Closed leecalcote closed 2 years ago

leecalcote commented 2 years ago

Description From Vaibhav Bisht:

The curl install url is incorrect. currently it is: curl -L https://git.io/meshery | ADAPTERS=istio PLATFORM=kubernetes bash -

Expected Behavior

it should be curl -L https://meshery.io/install | ADAPTERS=istio PLATFORM=kubernetes bash - (edited)

vaibhav135 commented 2 years ago

Hi, I would like to work on this.