Commit 4cf6cac 1 parent 4497522 commit 4cf6cac Copy full SHA for 4cf6cac
File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ cri-tools aims to provide a series of debugging and validation tools for Kubelet
22
22
Version matrix:
23
23
24
24
| Kubernetes Version | cri-tools Version | cri-tools branch |
25
- | --------------------| -------------------| ------------------|
26
- | 1.17.x | v1.17.0 | master |
27
- | 1.16.x | v1.16.0 | release-1.16 |
25
+ | ------------------ | ----------------- | ---------------- |
26
+ | 1.16.x/1.17.x | 1.16.x/1.17.x | master |
28
27
| 1.15.X | v1.15.0 | release-1.15 |
29
28
| 1.14.X | v1.14.0 | release-1.14 |
30
29
| 1.13.X | v1.13.0 | release-1.13 |
@@ -42,7 +41,7 @@ See the [roadmap](docs/roadmap.md) for information about current and future mile
42
41
### Install crictl
43
42
44
43
``` sh
45
- VERSION=" v1.16.1 "
44
+ VERSION=" v1.17.0 "
46
45
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION /crictl-$VERSION -linux-amd64.tar.gz
47
46
sudo tar zxvf crictl-$VERSION -linux-amd64.tar.gz -C /usr/local/bin
48
47
rm -f crictl-$VERSION -linux-amd64.tar.gz
@@ -51,7 +50,7 @@ rm -f crictl-$VERSION-linux-amd64.tar.gz
51
50
### Install critest
52
51
53
52
``` sh
54
- VERSION=" v1.16.1 "
53
+ VERSION=" v1.17.0 "
55
54
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION /critest-$VERSION -linux-amd64.tar.gz
56
55
sudo tar zxvf critest-$VERSION -linux-amd64.tar.gz -C /usr/local/bin
57
56
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