Meshery: Helm install through github pages instead of cloning git repo.

Created on 20 Dec 2020  路  11Comments  路  Source: layer5io/meshery

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]

Implementation

Acceptance Tests

Mockups

arelifecycle issustale kinenhancement

Most helpful comment

// @Aisuko

All 11 comments

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 /docs and in the meshery.io repo 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leecalcote picture leecalcote  路  4Comments

leecalcote picture leecalcote  路  3Comments

leecalcote picture leecalcote  路  4Comments

MukulMaheshwari picture MukulMaheshwari  路  4Comments

leecalcote picture leecalcote  路  4Comments