Andrewmatilde
Andrewmatilde
### What problem does this PR solve? ### What's changed and how it works? ### Related changes - [ ] Need to update `chaos-mesh/website` - [ ] Need to update...
Dashboard will send like "containerName" : "nignx" to server , but it should be "containerNames" : ["nginx"].
Fix Network Partition with both target & external target will block from target to external target
Signed-off-by: andrewmatilde ### What problem does this PR solve? #3204 ### What's changed and how it works? Add an externalCidrs param to SetDrop. And block selected target pods get it....
### What problem does this PR solve? Add chaos api of `disk attack` in chaosd to Chaos-Mesh. Related issue #2153 ### What's changed and how it works? Add a new...
I'm trying to add source pod port filter for NetworkChaos, I find it is hard to understand the whole processing. I list something may confusing maintainers here : 1. Implicit...
## Feature Request Add doc link to README.md **Is your feature request related to a problem? Please describe:** We have doc link in about of main page, but no doc...
Update chaos-mesh & golang version - [ ] Update chaos-mesh & golang version - [ ] Fix clock attack with new version - [ ] Fix stress attack with new...
When clock attack try recover a dead process , it will fail. Change: ignore this error.
### What problem does this PR solve? Try fix PR #3549 . Waiting for review from @Hexilee in https://github.com/Hexilee/chaos-mesh/pull/1. ### What's changed and how it works? ### Related changes -...