Skip to content

Commit 4cf6cac

Browse files
committed
Bump cri-tools version in markdown docs
This updates the markdown referenced versions to Kubernetes v1.17.0. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 4497522 commit 4cf6cac

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ cri-tools aims to provide a series of debugging and validation tools for Kubelet
2222
Version matrix:
2323

2424
| 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 |
2827
| 1.15.X | v1.15.0 | release-1.15 |
2928
| 1.14.X | v1.14.0 | release-1.14 |
3029
| 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
4241
### Install crictl
4342

4443
```sh
45-
VERSION="v1.16.1"
44+
VERSION="v1.17.0"
4645
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/crictl-$VERSION-linux-amd64.tar.gz
4746
sudo tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
4847
rm -f crictl-$VERSION-linux-amd64.tar.gz
@@ -51,7 +50,7 @@ rm -f crictl-$VERSION-linux-amd64.tar.gz
5150
### Install critest
5251

5352
```sh
54-
VERSION="v1.16.1"
53+
VERSION="v1.17.0"
5554
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
5655
sudo tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
5756
rm -f critest-$VERSION-linux-amd64.tar.gz

docs/benchmark.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CRI performance benchmarking provides a benchmarking framework for CRI-compatibl
77
The benchmarking tests binary `critest` can be downloaded from [Releasing page](https://github.com/kubernetes-sigs/cri-tools/releases):
88

99
```sh
10-
VERSION="v1.16.0"
10+
VERSION="v1.17.0"
1111
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
1212
sudo tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
1313
rm -f critest-$VERSION-linux-amd64.tar.gz

docs/crictl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crictl is currently in Beta and still under quick iterations. It is hosted at th
1111
- using `wget`:
1212

1313
```sh
14-
VERSION="v1.16.0"
14+
VERSION="v1.17.0"
1515
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/crictl-$VERSION-linux-amd64.tar.gz
1616
sudo tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
1717
rm -f crictl-$VERSION-linux-amd64.tar.gz
@@ -20,7 +20,7 @@ rm -f crictl-$VERSION-linux-amd64.tar.gz
2020
- using `curl`:
2121

2222
```sh
23-
VERSION="v1.16.0"
23+
VERSION="v1.17.0"
2424
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
2525
sudo tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
2626
rm -f crictl-$VERSION-linux-amd64.tar.gz

docs/validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CRI validation testing is currently Alpha and still under quick iterations. We e
99
The benchmarking tests binary `critest` can be downloaded from [Releasing page](https://github.com/kubernetes-sigs/cri-tools/releases):
1010

1111
```sh
12-
VERSION="v1.16.0"
12+
VERSION="v1.17.0"
1313
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
1414
sudo tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
1515
rm -f critest-$VERSION-linux-amd64.tar.gz

0 commit comments

Comments
 (0)