Skip to content

docs: Update install docs to use Helm OCI registry#277

Open
imshubham22apr-gif wants to merge 1 commit intokmesh-net:mainfrom
imshubham22apr-gif:fix/helm-oci-install-docs
Open

docs: Update install docs to use Helm OCI registry#277
imshubham22apr-gif wants to merge 1 commit intokmesh-net:mainfrom
imshubham22apr-gif:fix/helm-oci-install-docs

Conversation

@imshubham22apr-gif
Copy link

Fixes kmesh-net/kmesh#575

Hey everyone! As discussed in the issue thread, this updates the quickstart guide to highlight the Helm OCI registry installation as the primary method, which should be much smoother for standard users.

I've kept the original source installation method available as an alternative for developers who still need it.

Let me know if you'd like any formatting tweaks!

Copilot AI review requested due to automatic review settings March 18, 2026 06:03
@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for kmesh-net ready!

Name Link
🔨 Latest commit feb205b
🔍 Latest deploy log https://app.netlify.com/projects/kmesh-net/deploys/69ba407e89e49800082d2699
😎 Deploy Preview https://deploy-preview-277--kmesh-net.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kmesh-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign yaozengzeng for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kmesh-bot
Copy link
Collaborator

Welcome @imshubham22apr-gif! It looks like this is your first PR to kmesh-net/website 🎉

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request refines the Kmesh installation documentation to streamline the user experience. It re-prioritizes the Helm OCI registry method as the recommended approach for its simplicity, while clearly organizing and labeling alternative installation paths for developers who need to install from source or require more specific configurations.

Highlights

  • Installation Guide Prioritization: The quickstart guide has been updated to recommend Helm OCI registry installation as the primary method for Kmesh, simplifying the process for standard users by not requiring repository cloning.
  • Alternative Installation Methods: Original installation methods (Helm local source, Helm chart archive, and YAML) have been retained and grouped under an 'Alternative' section, specifically for developers requiring more customization or local source installation.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Signed-off-by: imshubham22apr-gif <imshubham.22apr@gmail.com>
@imshubham22apr-gif imshubham22apr-gif force-pushed the fix/helm-oci-install-docs branch from ee872ac to feb205b Compare March 18, 2026 06:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the quickstart installation guide to recommend installing Kmesh via Helm from the GitHub Container Registry (OCI) as the primary path, while keeping source-based alternatives available for developers.

Changes:

  • Makes Helm OCI (GHCR) the recommended/default install method and updates the example command.
  • Reorganizes non-OCI install paths under a developer-focused “Alternative” section with multiple methods.
  • Updates surrounding explanatory text and links for version selection and release artifacts.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

We offer several ways to install Kmesh:
The recommended way to install Kmesh is via Helm from the OCI registry. This method is the simplest and doesn't require cloning the repository.

### Option 1: Install from OCI Registry (Recommended)
Comment on lines +107 to +111
> **Note**: These methods require you to clone the [Kmesh repository](https://github.com/kmesh-net/kmesh) first:
> ```shell
> git clone https://github.com/kmesh-net/kmesh.git
> cd kmesh
> ```
### Option 3: Install from Helm Chart Archive
#### Method 2: Install from Helm Chart Archive

Download the `kmesh-helm-<version>.tgz` archive from [GitHub Releases](https://github.com/kmesh-net/kmesh/releases). Replace `<version>` in the command above with the version you downloaded (e.g., `v1.2.0`).

### Alternative: Install from Source (For Developers)

If you're a developer and need to install from a local source code directory or require more customization, use one of the following methods.
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request significantly improves the installation documentation by restructuring the quick start guide. Highlighting the Helm OCI registry as the recommended method and separating developer-focused source installations makes the guide much clearer for new users. The changes are well-organized and align with the goal of providing a smoother onboarding experience. I've included a couple of minor suggestions to further enhance clarity and consistency.

Comment on lines 97 to 98
- For stable releases, use a version like `v1.1.0`.
- For pre-releases, use a version like `v1.1.0-alpha`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The main command on line 93 uses version v1.2.0, but the examples for stable and pre-releases here refer to v1.1.0 and v1.1.0-alpha. To improve consistency and avoid potential confusion for users, it would be better to update these examples to align with the version used in the main command.

Suggested change
- For stable releases, use a version like `v1.1.0`.
- For pre-releases, use a version like `v1.1.0-alpha`.
- For stable releases, use a version like `v1.2.0`.
- For pre-releases, use a version like `v1.2.0-alpha`.

### Option 3: Install from Helm Chart Archive
#### Method 2: Install from Helm Chart Archive

Download the `kmesh-helm-<version>.tgz` archive from [GitHub Releases](https://github.com/kmesh-net/kmesh/releases). Replace `<version>` in the command above with the version you downloaded (e.g., `v1.2.0`).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This instruction refers to "the command above", but the relevant command block is actually located below this line. To prevent confusion, please change "above" to "below".

Suggested change
Download the `kmesh-helm-<version>.tgz` archive from [GitHub Releases](https://github.com/kmesh-net/kmesh/releases). Replace `<version>` in the command above with the version you downloaded (e.g., `v1.2.0`).
Download the `kmesh-helm-<version>.tgz` archive from [GitHub Releases](https://github.com/kmesh-net/kmesh/releases). Replace `<version>` in the command below with the version you downloaded (e.g., `v1.2.0`).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optimize the installation process based on helm

3 participants