1、k8s1.19版本工具安装
2、准备跑case使用的镜像,sonobuoy images可查看镜像列表,事先把镜像准备好放到k8s每个节点上
3、执行case
sonobuoy run --mode=certified-conformance --image-pull-policy IfNotPresent
执行时指定跑case使用的镜像
sonobuoy run --mode=certified-conformance --image-pull-policy IfNotPresent --kube-conformance-image *****/library/conformance:v1.19.9
4、常用命令:
sonobuoy status 查看当前跑的状态
sonobuoy retrieve 获取跑的结果
sonobuoy e2e 202206060347_sonobuoy_97313881-0561-4d72-ade1-a7a831c8e38e.tar.gz 查看跑失败的case
5、单独跑某个case
sonobuoy run --e2e-focus="Container Runtime blackbox test when starting a container that exits should run with the expected status" --image-pull-policy IfNotPresent --kube-conformance-image ***/library/conformance:v1.19.9