Skip to content

Commit

Permalink
[Docs][kubectl-plugin] Add doc for install via Krew
Browse files Browse the repository at this point in the history
Closes: #2457
Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness committed Oct 19, 2024
1 parent dcbdbfc commit 1a2a537
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubectl-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Kubectl plugin/extension for Kuberay CLI that provides the ability to manage ray

## Installation

### Install using Krew kubectl plugin manager

1. Install [Krew](https://krew.sigs.k8s.io/docs/user-guide/setup/install/).
2. Download the plugin list by running `kubectl krew update`.
3. Install the plugin by running `kubectl krew install ray`.
4. Run `kubectl ray --help` to verify the installation.

### Download from GitHub releases

Go to the [releases page](https://github.com/ray-project/kuberay/releases) and download the binary for your platform.
Expand Down

0 comments on commit 1a2a537

Please sign in to comment.