-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add v2.0 roadmap #777
Add v2.0 roadmap #777
Conversation
Signed-off-by: cwen0 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a digression:
@@ -3,18 +3,30 @@ | |||
This document defines the roadmap for Chaos Mesh development. | |||
|
|||
## v1.0 | |||
|
|||
- [x] Support time skew chaos. Simulate time jumping forward or backward. | |||
- [x] Add container kill chaos. Simulate killing a specified container in a multi-container pod. | |||
- [x] Add CPU chaos. Simulate CPU being busy. | |||
- [x] Add memory chaos. Simulate memory allocation failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Simulate memory allocation failure"
Do we support it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can use kernelChaos
to achieve it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
/run-all-tests |
Signed-off-by: cwen0 <[email protected]> Co-authored-by: ti-srebot <[email protected]>
Signed-off-by: cwen0 [email protected]
What problem does this PR solve?
What is changed and how does it work?
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?