Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation from oci helm #79

Open
hzxuzhonghu opened this issue Sep 29, 2024 · 6 comments
Open

Add installation from oci helm #79

hzxuzhonghu opened this issue Sep 29, 2024 · 6 comments
Labels
good first issue Good for newcomers

Comments

@hzxuzhonghu
Copy link
Member

Since we have released a oci image for helm chart. We can add a guide to help users install kmesh without clone the code repo

@hzxuzhonghu hzxuzhonghu added the good first issue Good for newcomers label Sep 29, 2024
@hzxuzhonghu
Copy link
Member Author

@Recxsmacx
Copy link

Hello! I noticed that we need to add installation instructions for the OCI Helm chart to the documentation. Here’s a draft of the steps I suggest:

Log in to the OCI registry:

helm registry login ghcr.io

Pull the helm chart:

helm chart pull ghcr.io/kmesh-net/kmesh-helm:v0.5.0

Export the chart:

helm chart export ghcr.io/kmesh-net/kmesh-helm:v0.5.0

Install the chart:

helm install kmesh-release ./kmesh-helm

All the commands are in Bash
please let me know if this looks good or if there are any other details we should add

@hzxuzhonghu
Copy link
Member Author

I guess login0 is not a must

and we can also use one cmd helm install kmesh --version v0.5.0 oci://ghcr.io/kmesh-net/kmesh-helm -n kmesh-system

@Recxsmacx
Copy link

yeah it is making it more clear that login is unnecessary in this case

@Recxsmacx
Copy link

@hzxuzhonghu hey i have mailed you on your mail. Please do have a look on it.

@hzxuzhonghu
Copy link
Member Author

hzxuzhonghu commented Oct 8, 2024

@hzxuzhonghu hey i have mailed you on you're mail. Please do have a look on it.

what do you mean? i haven't received anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants