-
Notifications
You must be signed in to change notification settings - Fork 11
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
refine readme #2
Conversation
WangXiangUSTC
commented
Aug 10, 2020
- add the link to chaos-mesh
- add features
- add the steps to use chaos-mesh-action
Signed-off-by: xiang <[email protected]>
0613355
to
d643a1f
Compare
Signed-off-by: xiang <[email protected]>
Signed-off-by: xiang <[email protected]>
Signed-off-by: xiang <[email protected]>
1f6f64d
to
077a916
Compare
Signed-off-by: xiang <[email protected]>
Signed-off-by: xiang <[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.
LGTM
|
||
## Limits | ||
## Limitation |
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.
## Limitation | |
## Limitations |
|
||
Using Chaos Mesh in Github Action. | ||
A GitHub Action that applies chaos enginnering by Chaos Mesh in the workflow. More detail about Chaos Mesh can see [https://chaos-mesh.org/](https://chaos-mesh.org/). |
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 GitHub action that applies chaos engineering in the development workflow using Chaos Mesh. For more information on Chaos Mesh, see https://chaos-mesh.org/.
|
||
`chaos-mesh-actions` can be used in GitHub's workflows, there is an example config file: | ||
`chaos-mesh-action` automatically deploy the Chaos Mesh environment and injects the specified chaos experiment. |
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.
This seems like the description for Chaos Mesh, not chaos-mesh-action
uses: chaos-mesh/chaos-mesh-actions@master | ||
env: | ||
CFG_BASE64: ${CFG_BASE64} | ||
## Example Usage |
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.
Sample usage