crictl调试Kubernetes节点
开始之前
安装crictl
一般用法
cat /etc/crictl.yamlruntime-endpoint: unix:///var/run/dockershim.sockimage-endpoint: unix:///var/run/dockershim.socktimeout: 10debug: truecrictl命令示例
获取pod列表
获取镜像列表
获取容器列表
输出容器日志
运行pod沙箱
创建容器
最后更新于