Skip to content

Commit a1142fc

Browse files
committed
Update suggested go version to 1.24.3 and kind cluster version to 1.27.3
1 parent e9d2927 commit a1142fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clusterloader2/docs/GETTING_STARTED.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ cd perf-tests
1616

1717
## Install GVM
1818
Follow instructions on [GVM install].
19-
Install golang with specific version (1.15.12 was tested in this tutorial):
19+
Install golang with specific version (1.24.3 was tested in this tutorial):
2020
```bash
21-
gvm install go1.15.12
22-
gvm use go1.15.12
21+
gvm install go1.24.3
22+
gvm use go1.24.3
2323
```
2424
Next, add perf-tests repository to GOPATH:
2525

@@ -30,9 +30,9 @@ gvm linkthis k8s.io/perf-tests
3030
## Create cluster using kind
3131
Follow the [kind installation][Kind install] guide.
3232

33-
Create cluster v1.21.1 with one master and one node:
33+
Create cluster v1.27.3 with one master and one node:
3434
```bash
35-
kind create cluster --image=kindest/node:v1.21.1 --name=test-cluster --wait=5m
35+
kind create cluster --image=kindest/node:v1.27.3 --name=test-cluster --wait=5m
3636
```
3737

3838
This command additionally generates cluster access credentials which are

0 commit comments

Comments
 (0)