From 1d2afa4b5b49a37c2259e4767b4dff31c18f370e Mon Sep 17 00:00:00 2001 From: Kai-Hsun Chen Date: Tue, 28 Nov 2023 15:28:28 -0800 Subject: [PATCH] chore: Update K8s compatibility (#1696) --- docs/deploy/installation.md | 2 +- ray-operator/DEVELOPMENT.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy/installation.md b/docs/deploy/installation.md index 4b8e95c189..9f49fc2045 100644 --- a/docs/deploy/installation.md +++ b/docs/deploy/installation.md @@ -1,6 +1,6 @@ ## Installation -Make sure your Kubernetes cluster and Kubectl are both at version at least 1.19. +Make sure your Kubernetes cluster and Kubectl are both at version at least 1.23. ### Nightly version diff --git a/ray-operator/DEVELOPMENT.md b/ray-operator/DEVELOPMENT.md index ba61915ab6..7692b30fc5 100644 --- a/ray-operator/DEVELOPMENT.md +++ b/ray-operator/DEVELOPMENT.md @@ -6,7 +6,7 @@ This section walks through how to build and test the operator in a running Kuber | software | version | link | |:---------|:--------:|--------------------------------------------------------------------:| -| kubectl | v1.21.0+ | [download](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | +| kubectl | v1.23.0+ | [download](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | | go | v1.20 | [download](https://golang.org/dl/) | | docker | 19.03+ | [download](https://docs.docker.com/install/) |