Skip to content

Commit 2959d7d

Browse files
[Docs] Upgrade kind base image to v1.26.0 (#4252)
* docs: Upgrade kind base image to 1.26 for dev Signed-off-by: JiangJiaWei1103 <[email protected]> * Trigger CI Signed-off-by: Future-Outlier <[email protected]> --------- Signed-off-by: JiangJiaWei1103 <[email protected]> Signed-off-by: Future-Outlier <[email protected]> Co-authored-by: Future-Outlier <[email protected]>
1 parent 6d2a98e commit 2959d7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ray-operator/DEVELOPMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ make clean
6262

6363
```bash
6464
# Step 1: Create a Kind cluster
65-
kind create cluster --image=kindest/node:v1.24.0
65+
kind create cluster --image=kindest/node:v1.26.0
6666

6767
# Step 2: Modify KubeRay source code
6868
# For example, add a log by adding setupLog.Info("Hello KubeRay") in the function `main` in `main.go`.
@@ -106,7 +106,7 @@ There are configuable variables in the script, the defaults are shown below:
106106
```bash
107107
IMAGE_TAG="kuberay-dev"
108108
KIND_CLUSTER_NAME="kuberay-dev"
109-
KIND_NODE_IMAGE="kindest/node:v1.24.0"
109+
KIND_NODE_IMAGE="kindest/node:v1.26.0"
110110
```
111111

112112
Additionally, you can run the script with a `-l` or `--logs` to stream the logs of the ray operator to the terminal after installation.
@@ -124,7 +124,7 @@ cd ..
124124
125125
```bash
126126
# Step 1: Create a Kind cluster
127-
kind create cluster --image=kindest/node:v1.25.0
127+
kind create cluster --image=kindest/node:v1.26.0
128128

129129
# Step 2: Install CRDs
130130
make -C ray-operator install

0 commit comments

Comments
 (0)