-
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
562d158
commit 028670c
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 @@ | ||
7ecf378d570a8c7af6736d0a9e2d2653288bd7556cde12eba352aa5e01f9ca99 _output/bin/cri-tools/linux-amd64/crictl | ||
82a4129d89f9c68dee4803a1bfa995497f16105cff7f03ed50fdfbb9cdb8cc16 _output/bin/cri-tools/linux-amd64/critest | ||
3cbdae925d9dd2f6a7ca11f88d2ac84ebcffbcd9ba65d132f3888e30f41e9f95 _output/bin/cri-tools/linux-arm64/crictl | ||
39fc2e6859fc40edcfcf5e8e7d7fbf7343c097b4cafcb759b137b1320dbacf00 _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. |