lss9981

Results 2 issues of lss9981

k8s环境没有变化,只是将chaosblade-operaotr从1.3.0升级到1.5.0 在1.3.0版本 网络场景注入没问题,但是到1.5.0版本报错, 之后在k8s服务 启动时添加 --priveleged 或 --cap-add=NET_ADMIN 参数,则注入成功。 有没有办法可以做到不改启动参数的办法 ### Tell us your environment ![image](https://user-images.githubusercontent.com/42905828/155494963-f877a7ed-d003-4558-8361-42c30e2cb01d.png) ![image](https://user-images.githubusercontent.com/42905828/155494891-34326110-0c3b-4d4e-a688-4a085707b815.png) ### Anything else we need to know? [https://github.com/chaosblade-io/chaosblade/issues/226](https://github.com/chaosblade-io/chaosblade/issues/url)

type/question

I want to intercept and modify the return value of System.currentTimeMillis() (a native method), and I also need to ensure thread isolation. I'm using Java 21, so JIT optimizations may...

question