ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
990 stars 330 forks source link

[Feature] May I ask why is there such a prompt? #2055

Closed LronDC closed 3 months ago

LronDC commented 3 months ago

Search before asking

Description

image Reading docs and noticed there is a Kubernetes cluster version request in YAML installation part, Will there be any problems if the version is lower than 1.23?

Use case

No response

Related issues

No response

Are you willing to submit a PR?

kevin85421 commented 3 months ago

You can see this PR for more details: https://github.com/ray-project/kuberay/pull/1696. In most cases, versions lower than 1.23 will not have issues. However, in KubeRay v1.2.0, KubeRay may introduce support for the Kubernetes Gateway API, which only guarantees support for at least the five most recent Kubernetes minor versions. I strongly recommend not using old Kubernetes versions.