From aec1cda317317f37e41fe7a31e8c188bbe9b8035 Mon Sep 17 00:00:00 2001 From: kaihsun Date: Tue, 28 Nov 2023 22:28:49 +0000 Subject: [PATCH] remove --- 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/) |