chaosblade-io/chaosblade-operator

blade create k8s container-script exit /delay execute error

caofujiang opened this issue · 6 comments

Issue Description

image

Describe what happened (or what feature you want)

Describe what you expected to happen

Tell us your environment

BClinux

实际上有这个参数:
image

容器内执行 正常没有报错:

image

image

修改了 仓库chaosblade-exec-cri 的exec中的model文件添加命令后,报以上的错误

修改后 ./blade create k8s container-script delay --function-name=start0 --time=1000 --container-names chaosblade-tool --names chaosblade-tool-v6lc2 --namespace chaos --kubeconfig ~/.kube/config container的命令正常了,但是node的会报错

image

最终解决了,这个问题本质上是涉及到私有库编译的时候问题,在target编译的时候把cacher中的内容替换掉!