-
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
250d525
commit 63869f2
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 | ||
3a0f53f7edcf4604a1035743d65f16b129817c7a6c1a0145a2ebe871a191898b _output/bin/cri-tools/linux-amd64/crictl | ||
43d742dbda778e4190aa14a6a326102ef711f35dd3b46a3e542588a1d7ac1d2a _output/bin/cri-tools/linux-amd64/critest | ||
e36bf8cedde9ad8a5a7ad5f0dfe0e327d5d8fc77341fe71a201a3bd350f576bd _output/bin/cri-tools/linux-arm64/crictl | ||
8de6aeead362e00cda074b185ba1dc97de8abb7601611aa44a52299932fb28bc _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. |