From 68c1914e55243765e4d95b4fdf6cb9498a61067a Mon Sep 17 00:00:00 2001 From: Chi-Sheng Liu Date: Fri, 25 Oct 2024 09:43:00 +0800 Subject: [PATCH] [Docs][kubectl-plugin] Update kubectl plugin install description Closes: ray-project/ray#47849 Signed-off-by: Chi-Sheng Liu --- doc/source/cluster/kubernetes/user-guides/kubectl-plugin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/cluster/kubernetes/user-guides/kubectl-plugin.md b/doc/source/cluster/kubernetes/user-guides/kubectl-plugin.md index 37df38b2007e..b11dcbc69288 100644 --- a/doc/source/cluster/kubernetes/user-guides/kubectl-plugin.md +++ b/doc/source/cluster/kubernetes/user-guides/kubectl-plugin.md @@ -8,6 +8,8 @@ Starting from KubeRay v1.2.2, we have introduced a `kubectl ray` plugin to simpl Please follow the instructions in the [KubeRay Kubectl Plugin](https://github.com/ray-project/kuberay/tree/master/kubectl-plugin) to install the plugin. +You can install the Kuberay kubectl plugin using one of the following methods: + ### Install using Krew kubectl plugin manager (Recommended) 1. Install [Krew](https://krew.sigs.k8s.io/docs/user-guide/setup/install/).