Results 63 comments of xcaspar

You can set `--daemonset-enable=false` flag to close sidecar model when deploying chaosblade-operator to solve the problem.

You can delete the pod to recover it. I will solve this problem later.

Maybe it's slow to parse the yaml file, and it will be re-parsed every time when executed.

Please use `chaosblade-path` flag to specify the rw dir.

I will follow up the issue.

经过排查,发现两个问题导致节点磁盘演练不生效。一是故障注入的目录不是节点目录,而是 chaosblade-tool Pod目录,二是故障注入由于操作系统版本问题执行失败,但是显示成功。 第二个问题修复中,第一个问题需要换一种方式执行,比如新启动一个容器,挂载指定的卷,实施故障注入。 It was found that two problems caused the node disk drill to not take effect. One is that the fault injection directory is not the node...