containerd 命令行工具之 ctr与crictl
一 安装
官方文档 注: ctl是 containerd 的一个命令行工具 但是crictl是k8s提供的对接cri的一个命令行工具
https://github.com/kubernetes-sigs/cri-tools/releases github下载对应的包
命令行补全
source <(crictl completion bash)
crictl 默认是docker.sock 我们需要修改配置文件对接containerd
vim /etc/crictl.yaml
runtime-endpoint: unix:///run/containerd/containerd.sock
image-endpoint: unix:///run/containerd/containerd.sock
timeout: 10
debug: false
二 使用
crictl pods
c
共有 0 条评论