Skip to content

Commit

Permalink
[Docs][kubectl-plugin] Add instructions for downloading from GitHub r…
Browse files Browse the repository at this point in the history
…elease (ray-project#2450)

Closes: ray-project#2449

Signed-off-by: Chi-Sheng Liu <[email protected]>
  • Loading branch information
MortalHappiness authored and ryanaoleary committed Oct 23, 2024
1 parent 5822587 commit fad4fd9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions kubectl-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ Kubectl plugin/extension for Kuberay CLI that provides the ability to manage ray

## Installation

### Download from GitHub releases

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

For example, to install kubectl plugin version 1.2.2 on Linux amd64:

```bash
curl -LO https://github.com/ray-project/kuberay/releases/download/v1.2.2/kubectl-ray_v1.2.2_linux_amd64.tar.gz
tar -xvf kubectl-ray_v1.2.2_linux_amd64.tar.gz
cp kubectl-ray ~/.local/bin
```

Replace `~/.local/bin` with the directory in your `PATH`.

### Compiling from source

1. Run `go build cmd/kubectl-ray.go`
Expand Down

0 comments on commit fad4fd9

Please sign in to comment.