-
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
- Loading branch information
1 parent
afa54a2
commit 22815fa
Showing
6 changed files
with
56 additions
and
75 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 @@ | ||
17665ae450ae3077f91cb8fdfc9b34f4ede86f98e8bf11d419c0d0d034d8d683 _output/bin/cri-tools/linux-amd64/crictl | ||
2d101cc57b288a1f34dbaf3b8a7683e22defd485809dd3b05901f47ee6222bef _output/bin/cri-tools/linux-amd64/critest | ||
c9d5d00b7c6338e4b5b796c5d72d153c507717ea09f7b84e9a6fcce406f8955b _output/bin/cri-tools/linux-arm64/crictl | ||
b4e696ea0dc3587a4a0534a0e8c046b563064777a9fa6fbe14086075cf59812f _output/bin/cri-tools/linux-arm64/critest | ||
57b2c6003d58442ad7e3fd94f7f3e7fa848b6ae1e61f4f72af1791433c777157 _output/bin/cri-tools/linux-amd64/crictl | ||
6d78821d0f734a26f4a2a682bc8cd152638f670ed87bbe12b145669bd6498223 _output/bin/cri-tools/linux-amd64/critest | ||
00a414b83991483222185558fa37ca9af670291a9645414f020c3c226a83033f _output/bin/cri-tools/linux-arm64/crictl | ||
a52dba21f5868f4be3f0aaf3ffdf965977c19b8703eeb01339c876ac3434ce27 _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.31.1 | ||
v1.32.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.22 | ||
1.23 |
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.31.1-blue) | ||
![Version](https://img.shields.io/badge/version-v1.32.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. |