File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ cd perf-tests
1616
1717## Install GVM
1818Follow 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```
2424Next, add perf-tests repository to GOPATH:
2525
@@ -30,9 +30,9 @@ gvm linkthis k8s.io/perf-tests
3030## Create cluster using kind
3131Follow 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
3838This command additionally generates cluster access credentials which are
You can’t perform that action at this time.
0 commit comments