-
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.
- Loading branch information
1 parent
ba35b0f
commit 10c908c
Showing
5 changed files
with
59 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 @@ | ||
5e612d1ba168ba0238daad798b9adc1d996a9e7ece04304cc5c4175994da8a6e _output/bin/cri-tools/linux-amd64/crictl | ||
d39c69c7c798b4e0e7be937bacd00733ba408d6632e315b18fad768b284bca10 _output/bin/cri-tools/linux-amd64/critest | ||
14f861d35d6e0fea85b7c790d516c3d4ef08aac2fbad0939f8feb8cb4e3aa1db _output/bin/cri-tools/linux-arm64/crictl | ||
3d5fe8fbc6170eef094f94f9ee0b34e906eb859e514c1d7b00be9d1ecb728d18 _output/bin/cri-tools/linux-arm64/critest | ||
979757a965a8302faffbc8366177428b2d0b3350148b1979537fc4373283314f _output/bin/cri-tools/linux-amd64/crictl | ||
92937cd431ee9d79793b1ea16d28736f75999fc4db9db1fd3e1d95e11c031692 _output/bin/cri-tools/linux-amd64/critest | ||
ce79e14f6b763c3e2cac3eb67a60092df96976c1a2e9a3a48a6f4bceff47ba95 _output/bin/cri-tools/linux-arm64/crictl | ||
c6a09e59ff27a8b6d99ffb8d9f5cee85b902d18c83e42e40d0666aba326e4a4a _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.27.0 | ||
v1.28.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,5 +1,5 @@ | ||
## **CRI Tools** | ||
![Version](https://img.shields.io/badge/version-v1.27.0-blue) | ||
![Version](https://img.shields.io/badge/version-v1.28.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. |