Commit cf3f9fa 1 parent 4497522 commit cf3f9fa Copy full SHA for cf3f9fa
File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ Version matrix:
23
23
24
24
| Kubernetes Version | cri-tools Version | cri-tools branch |
25
25
| --------------------| -------------------| ------------------|
26
- | 1.17.x | v1.17.0 | master |
26
+ | 1.18.x | v1.18.0 | master |
27
+ | 1.17.x | v1.17.0 | release-1.17 |
27
28
| 1.16.x | v1.16.0 | release-1.16 |
28
29
| 1.15.X | v1.15.0 | release-1.15 |
29
30
| 1.14.X | v1.14.0 | release-1.14 |
@@ -42,7 +43,7 @@ See the [roadmap](docs/roadmap.md) for information about current and future mile
42
43
### Install crictl
43
44
44
45
``` sh
45
- VERSION=" v1.16.1 "
46
+ VERSION=" v1.17.0 "
46
47
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION /crictl-$VERSION -linux-amd64.tar.gz
47
48
sudo tar zxvf crictl-$VERSION -linux-amd64.tar.gz -C /usr/local/bin
48
49
rm -f crictl-$VERSION -linux-amd64.tar.gz
@@ -51,7 +52,7 @@ rm -f crictl-$VERSION-linux-amd64.tar.gz
51
52
### Install critest
52
53
53
54
``` sh
54
- VERSION=" v1.16.1 "
55
+ VERSION=" v1.17.0 "
55
56
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION /critest-$VERSION -linux-amd64.tar.gz
56
57
sudo tar zxvf critest-$VERSION -linux-amd64.tar.gz -C /usr/local/bin
57
58
rm -f critest-$VERSION -linux-amd64.tar.gz
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CRI performance benchmarking provides a benchmarking framework for CRI-compatibl
7
7
The benchmarking tests binary ` critest ` can be downloaded from [ Releasing page] ( https://github.com/kubernetes-sigs/cri-tools/releases ) :
8
8
9
9
``` sh
10
- VERSION=" v1.16 .0"
10
+ VERSION=" v1.17 .0"
11
11
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION /critest-$VERSION -linux-amd64.tar.gz
12
12
sudo tar zxvf critest-$VERSION -linux-amd64.tar.gz -C /usr/local/bin
13
13
rm -f critest-$VERSION -linux-amd64.tar.gz
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ crictl is currently in Beta and still under quick iterations. It is hosted at th
11
11
- using ` wget ` :
12
12
13
13
``` sh
14
- VERSION=" v1.16 .0"
14
+ VERSION=" v1.17 .0"
15
15
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION /crictl-$VERSION -linux-amd64.tar.gz
16
16
sudo tar zxvf crictl-$VERSION -linux-amd64.tar.gz -C /usr/local/bin
17
17
rm -f crictl-$VERSION -linux-amd64.tar.gz
@@ -20,7 +20,7 @@ rm -f crictl-$VERSION-linux-amd64.tar.gz
20
20
- using ` curl ` :
21
21
22
22
``` sh
23
- VERSION=" v1.16 .0"
23
+ VERSION=" v1.17 .0"
24
24
curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION /crictl-${VERSION} -linux-amd64.tar.gz --output crictl-${VERSION} -linux-amd64.tar.gz
25
25
sudo tar zxvf crictl-$VERSION -linux-amd64.tar.gz -C /usr/local/bin
26
26
rm -f crictl-$VERSION -linux-amd64.tar.gz
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CRI validation testing is currently Alpha and still under quick iterations. We e
9
9
The benchmarking tests binary ` critest ` can be downloaded from [ Releasing page] ( https://github.com/kubernetes-sigs/cri-tools/releases ) :
10
10
11
11
``` sh
12
- VERSION=" v1.16 .0"
12
+ VERSION=" v1.17 .0"
13
13
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION /critest-$VERSION -linux-amd64.tar.gz
14
14
sudo tar zxvf critest-$VERSION -linux-amd64.tar.gz -C /usr/local/bin
15
15
rm -f critest-$VERSION -linux-amd64.tar.gz
You can’t perform that action at this time.
0 commit comments