Skip to content

Commit 3c7810f

Browse files
committed
[Doc] Review updates (elaborated prerequisites for kuberay operator installation).
Signed-off-by: insukim1994 <insu.kim@moreh.io>
1 parent a657a12 commit 3c7810f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/00-b-install-kuberay-operator.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Before you begin, ensure the following:
3030
- Basic understanding of Linux shell commands.
3131

3232
4. **Kubernetes Installation:**
33-
- Follow the instructions in [`00-install-kubernetes-env.md`](00-install-kubernetes-env.md) to set up your Kubernetes environment.
33+
- To quickly and easily set up a single-node Kubernetes environment, you may install Minikube by following the instructions provided in[`00-install-kubernetes-env.md`](00-install-kubernetes-env.md).
34+
- For setting up a multi-node cluster or a more generalized Kubernetes environment, you may install Kubernetes from scratch using Kubeadm. This involves configuring the container runtime and container network interface (CNI), as outlined in [`00-a-install-multinode-kubernetes-env.md`](00-a-install-multinode-kubernetes-env.md)
35+
- If you already have a running Kubernetes cluster, you may skip this step.
3436

3537
5. **Kuberay Concept Review:**
3638
- Review the [`official KubeRay documentation`](https://docs.ray.io/en/latest/cluster/kubernetes/index.html) for additional context and best practices.

0 commit comments

Comments
 (0)