kmesh-net / website

Kmesh website and documentation repo
https://kmesh.net
Creative Commons Attribution 4.0 International
2 stars 12 forks source link

Add installation from oci helm #79

Open hzxuzhonghu opened 3 days ago

hzxuzhonghu commented 3 days ago

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 commented 3 days ago

https://github.com/orgs/kmesh-net/packages/container/package/kmesh-helm

Recxsmacx commented 2 days ago

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 commented 2 days ago

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 commented 2 days ago

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

Recxsmacx commented 2 days ago

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