-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump kubernetes-sigs/cri-tools to latest release (#3098)
- Loading branch information
1 parent
82d73f7
commit a686b8f
Showing
6 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
00dc2f1a51522a493a4bc87544445638c033b499bd9486e532917a81c4da13bd _output/bin/cri-tools/linux-amd64/crictl | ||
e7bd21c55eeb381e51b53d8ec20921e267d9bad887d0a9bb3518f61dda76d70e _output/bin/cri-tools/linux-amd64/critest | ||
70734c0cb217bc21815986a7f0901c8226cd761c941bad4edcfb848a9cb0e83b _output/bin/cri-tools/linux-arm64/crictl | ||
833d441c85723fb8f293c05eb2f16d82eed6d9cf39a34bdadc3fcc508d5c4828 _output/bin/cri-tools/linux-arm64/critest | ||
a2ab72bea1c7e892649bec651c83a2ede31c494d527cc12b25b78fb568d9bf9f _output/bin/cri-tools/linux-amd64/crictl | ||
a7583697fa5ca85e4db40fe3dbeb847101c4ad19bd546d4a1b3a7693ab48952d _output/bin/cri-tools/linux-amd64/critest | ||
55ac94e1c241b83c32e08207da491a30fef074dc1ec307ba79eb5a02735b7af9 _output/bin/cri-tools/linux-arm64/crictl | ||
c54622808911e2bc4fa9c0aa38af3a4f70c7b002480db77767af49d1792953c5 _output/bin/cri-tools/linux-arm64/critest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.29.0 | ||
v1.30.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.21 | ||
1.22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## **CRI Tools** | ||
![Version](https://img.shields.io/badge/version-v1.29.0-blue) | ||
![Version](https://img.shields.io/badge/version-v1.30.0-blue) | ||
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiUUlRZXJEVUxWcjI1OE8weVdXQnY4alBSU1lxVm1FOGVoZE83VldDbjJiaFBtY25XT3NIK1RhckZkQXZGclZDSkVLUG5PMmd5K2J2RVlSYk9pclUybC9zPSIsIml2UGFyYW1ldGVyU3BlYyI6IkF3RGUzVDFhVlB0eUlGMWwiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) | ||
|
||
The [CRI tools project](https://github.com/kubernetes-sigs/cri-tools) provides a CLI and validation tools for the `kubelet`'s Container Runtime Interface (CRI). This allows CRI runtime developers to debug their runtimes (like `containerd`, `CRI-O`, etc.) without needing to set up Kubernetes components. The `crictl` CLI can perform numerous functions such as running containers, fetching logs, listing conatiner stats, removing images, etc. |