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
16
16
17
17
## Install GVM
18
18
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):
20
20
``` 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
23
23
```
24
24
Next, add perf-tests repository to GOPATH:
25
25
@@ -30,9 +30,9 @@ gvm linkthis k8s.io/perf-tests
30
30
## Create cluster using kind
31
31
Follow the [ kind installation] [ Kind install ] guide.
32
32
33
- Create cluster v1.21.1 with one master and one node:
33
+ Create cluster v1.27.3 with one master and one node:
34
34
``` 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
36
36
```
37
37
38
38
This command additionally generates cluster access credentials which are
You can’t perform that action at this time.
0 commit comments