You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm-chart/kuberay-apiserver/README.md
+49-18Lines changed: 49 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,36 +4,65 @@ This document provides instructions to install the KubeRay API Server with a Hel
4
4
5
5
## Helm
6
6
7
-
Make sure the version of Helm is v3+. Currently, [existing CI tests](https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm-lint.yaml) are based on Helm v3.4.1 and v3.9.4.
7
+
Make sure the version of Helm is v3+. Currently, [existing CI tests] are based on Helm v3.4.1 and
8
+
v3.9.4.
8
9
9
10
```sh
10
11
helm version
11
12
```
12
13
13
14
## Install KubeRay API Server
14
15
15
-
* Install a stable version via Helm repository (only supports KubeRay v0.4.0+)
0 commit comments