cri-tools

CLI and validation tools for Kubelet Container Runtime Interface (CRI) .

Github星跟踪图

cri-tools

CLI and validation tools for Kubelet Container Runtime Interface (CRI) .

Build Status
Go Report Card

What is the scope of this project?

cri-tools aims to provide a series of debugging and validation tools for Kubelet CRI, which includes:

  • crictl: CLI for kubelet CRI.
  • critest: validation test suites for kubelet CRI.

What is not in scope for this project?

  • Building a new kubelet container runtime based on CRI.
  • Managing pods/containers for CRI-compatible runtimes by end-users, e.g. pods created by crictl may be removed automatically by kubelet because of non-exist on the kube-apiserver.

Current Status

Version matrix:, Kubernetes Version, cri-tools Version, cri-tools branch, ------------------, -----------------, ----------------, 1.16.x/1.17.x, 1.16.x/1.17.x, master, 1.15.X, v1.15.0, release-1.15, 1.14.X, v1.14.0, release-1.14, 1.13.X, v1.13.0, release-1.13, 1.12.X, v1.12.0, release-1.12, 1.11.X, v1.11.1, release-1.11, 1.10.X, v1.0.0-beta.2, release-1.10, 1.9.X, v1.0.0-alpha.1, release-1.9, 1.8.X, v0.2, release-1.8, 1.7.X, v0.1, release-1.7, See the roadmap for information about current and future milestones.

Install

Install crictl

VERSION="v1.17.0"
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/crictl-$VERSION-linux-amd64.tar.gz
sudo tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
rm -f crictl-$VERSION-linux-amd64.tar.gz

Install critest

VERSION="v1.17.0"
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
sudo tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
rm -f critest-$VERSION-linux-amd64.tar.gz

Documentation

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Kubernetes Incubator

This is a Kubernetes Incubator project. The incubator team for the project is:

  • Sponsor: Dawn Chen (@dchen1107)
  • Champion: Yu-Ju Hong (@yujuhong)
  • SIG: sig-node

Contributing

Interested in contributing? Check out the documentation.

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

主要指标

概览
名称与所有者kubernetes-sigs/cri-tools
主编程语言Go
编程语言Makefile (语言数: 4)
平台
许可证Apache License 2.0
所有者活动
创建于2017-01-27 01:22:52
推送于2025-04-24 06:14:38
最后一次提交2025-04-23 23:14:30
发布数39
最新版本名称v1.33.0 (发布于 )
第一版名称v0.1 (发布于 )
用户参与
星数1.8k
关注者数35
派生数469
提交数2.6k
已启用问题?
问题数395
打开的问题数8
拉请求数1260
打开的拉请求数3
关闭的拉请求数173
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?