Results 63 comments of xcaspar

执行 destroy 命令报错这个是需要优化的。我们还需要排查是否是被系统 oomkiller 杀掉。请提供linux 系统版本和内核版本。

Please provide the linux system and kernel version. The `avoid-being-killed parameter` works on some systems, some doesn't

内部已经完成了初始版本,但是整体使用复杂度较高,所以没有开源,具体优化后开源时间暂未定,初步估计 8 月底。 The initial version has been completed internally, but the overall use complexity is high, so there is no open source. After the specific optimization, the open source...

Parsing dns is difficult to implement because you cannot determine the peer IP used by other sockets. You can solve the problem by combining experiments. Inject dns tampering first, then...

> 网站好像挂了?请问怎么报名? 今天会放出报名链接,请晚点尝试。

Since version 1.4.0, you can use the `use-sidecar-container-network` parameter to solve this problem.

Like this: ``` ./blade c k8s container-network delay --time 1000 --interface eth0 --names tomcat-7bb564644c-49ztz --container-names tomcat --namespace default --use-sidecar-container-network --kubeconfig ~/.kube/config ```

The code url: https://github.com/chaosblade-io/chaosblade-operator/blob/4af4f676d2bb39b3d71275275761efbbe9e8e12d/exec/model/model.go#L197

@LINDA4042 The error message you provide is `"java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=com/sun/tools/attach/VirtualMachine, offset=6"`. The cause of this problem is that the default `tools.jar` is loaded, you can try again...