Current Behavior
Currently, meshery is installing by the following steps which requires cloning of git repo.
$ git clone https://github.com/layer5io/meshery.git; cd meshery
$ kubectl create namespace meshery
$ helm template meshery --namespace meshery install/kubernetes/helm/meshery | kubectl apply -f -
Desired Behavior
Instead of cloning, it can be hosted using Github pages and following will be the commands
helm repo add meshery https://layer5io.github.io/meshery/
helm install meshery --namespace meshery layer5io/meshery
[Optional]
Happy to take this issue, if possible
cc: @leecalcote
@rajdas98 I completely missed this. Yes, this is a great suggestion. Let's do it. 馃憤
@rajdas98, would you like to tackle this in this repo under /docs and in the meshery.io repo on the project site?
// @Aisuko
Hi, guys @leecalcote @rajdas98 The desired behavior looks good.
@rajdas98, would you like to tackle this in this repo under
/docsand in themeshery.iorepo on the project site?
Sure @leecalcote , I will raise a PR soon. Thanks
Nice! Thank you. :smile:
@rajdas98 just to clarify, this is just an update in the instructions, right? The Meshery chart is available in Artifact Hub today.
We'll want to update the instructions on the meshery.io website as well - https://github.com/layer5io/meshery.io/blob/master/_includes/getting-started.html
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Close due to https://github.com/layer5io/meshery.io/pull/402
Most helpful comment
// @Aisuko