From e951a1988326697b3958e084a397cd4eb87a247f Mon Sep 17 00:00:00 2001 From: Dmitri Gekhtman Date: Wed, 9 Nov 2022 08:17:15 -0800 Subject: [PATCH] State versions. Signed-off-by: Dmitri Gekhtman --- README.md | 2 ++ docs/deploy/installation.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8e31995ab7..b939425fdf 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Please choose the version you would like to install. The example below uses the | master | N | v1.19 - v1.24 | | v0.3.0 | Y | v1.19 - v1.24 | +Make sure your Kubernetes and Kubectl versions are both within the suggested range. + ``` export KUBERAY_VERSION=v0.3.0 kubectl create -k "github.com/ray-project/kuberay/manifests/cluster-scope-resources?ref=${KUBERAY_VERSION}&timeout=90s" diff --git a/docs/deploy/installation.md b/docs/deploy/installation.md index 5fe6b633b5..59fb8346cd 100644 --- a/docs/deploy/installation.md +++ b/docs/deploy/installation.md @@ -1,5 +1,7 @@ ## Installation +Make sure your Kubernetes cluster and Kubectl are both at version at least 1.19. + #### Nightly version ```