Skip to content

Commit

Permalink
Merge pull request #19 from KingsonKai/main
Browse files Browse the repository at this point in the history
fix docs
  • Loading branch information
KingsonKai committed May 23, 2023
2 parents a5d2033 + 845db91 commit 83eb299
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ curl 127.0.0.1:8080
chaosmetad recover test-fg3g4
```
#### Failure Capability Use
For details, see: [Instruction for Use](https://app.gitbook.com/o/W5FFF9T3K11W1z4wiLOY/s/RZU42VJaoN8AmJe0E5dG/gong-neng-shi-yong-shuo-ming)
For details, see: [Instruction for Use](https://chaosmeta.gitbook.io/chaosmeta-cn/gong-neng-shi-yong-shuo-ming)
#### Installation Guide
For details, see: [Installation Guide](https://app.gitbook.com/o/W5FFF9T3K11W1z4wiLOY/s/RZU42VJaoN8AmJe0E5dG/an-zhuang-zhi-yin)
For details, see: [Installation Guide](https://chaosmeta.gitbook.io/chaosmeta-cn/an-zhuang-zhi-yin)
# Comminicate
Welcome to submit defects, questions, suggestions and new features, all problems can be submitted to [Github Issues](https://github.com/traas-stack/chaosmeta/issues/new), you can also contact us in the following ways:
- DingTalk Group: 21765030887
- Slack group: [ChaosMeta](https://app.slack.com/client/T057ERYMS8J/C057883SM38?geocode=zh-cn)
- WeChat public account: ChaosMeta Chaos Engineering
- WeChat public account: ChaosMeta混沌工程
- Email: [email protected]
- WeChat group: Email communication/WeChat public account to get QR code invitation
# RoadMap
Expand All @@ -114,7 +114,7 @@ At this stage, the "Risk Catalog" will play a greater role. It not only gives th
##### Phase 3 - intelligence
Explore the direction of combining artificial intelligence
### Fault Injection Capability
The following is just a classification of fault capabilities. For the specific atomic fault capabilities provided, please refer to the [description of fault capabilities](https://app.gitbook.com/o/W5FFF9T3K11W1z4wiLOY/s/RZU42VJaoN8AmJe0E5dG/gong-neng-shi-yong-shuo-ming) (welcome to submit issues and put forward new capability requirements, and those with higher requirements are given priority):
The following is just a classification of fault capabilities. For the specific atomic fault capabilities provided, please refer to the [description of fault capabilities](https://chaosmeta.gitbook.io/chaosmeta-cn/gong-neng-shi-yong-shuo-ming) (welcome to submit issues and put forward new capability requirements, and those with higher requirements are given priority):
![](docs/static/roadmap.png)
# License
ChaosMeta is licensed under the Apache 2.0 license, please read [LICENSE](LICENSE) for details
6 changes: 3 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ chaosmetad recover test-fg3g4
```

#### 故障能力使用
详见:[功能使用说明](https://app.gitbook.com/o/W5FFF9T3K11W1z4wiLOY/s/RZU42VJaoN8AmJe0E5dG/gong-neng-shi-yong-shuo-ming)
详见:[功能使用说明](https://chaosmeta.gitbook.io/chaosmeta-cn/gong-neng-shi-yong-shuo-ming)
#### 安装指引
详见:[安装指引](https://app.gitbook.com/o/W5FFF9T3K11W1z4wiLOY/s/RZU42VJaoN8AmJe0E5dG/an-zhuang-zhi-yin)
详见:[安装指引](https://chaosmeta.gitbook.io/chaosmeta-cn/an-zhuang-zhi-yin)
# 交流
欢迎提交缺陷、问题、建议和新功能,所有问题都可以提交到 [Github Issues](https://github.com/traas-stack/chaosmeta/issues/new),你也可以通过以下方式联系我们:
- 钉钉群:21765030887
Expand All @@ -132,7 +132,7 @@ ChaosMeta 平台能力的未来演进分为三大阶段
##### 第三阶段-智能化
探索结合人工智能的方向,自动生成更多未知的风险场景。
#### 故障注入能力
以下仅为故障能力分类,具体提供的原子故障能力详见[故障能力说明](https://app.gitbook.com/o/W5FFF9T3K11W1z4wiLOY/s/RZU42VJaoN8AmJe0E5dG/gong-neng-shi-yong-shuo-ming)(欢迎提交issue,提出新能力需求,需求较高的优先提供):
以下仅为故障能力分类,具体提供的原子故障能力详见[故障能力说明](https://chaosmeta.gitbook.io/chaosmeta-cn/gong-neng-shi-yong-shuo-ming)(欢迎提交issue,提出新能力需求,需求较高的优先提供):

![](docs/static/roadmap.png)
# License
Expand Down
2 changes: 1 addition & 1 deletion chaosmeta-inject-operator/build/deploy/undeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ROOT_PATH=$(dirname $(readlink -f $0))/chaosmeta_build
echo "${ROOT_PATH}"
mkdir -p "${ROOT_PATH}"/yamls
curl -o "${ROOT_PATH}"/yamls/chaosmeta.yaml https://raw.githubusercontent.com/traas-stack/chaosmeta/"${VERSION}"/chaosmeta-inject-operator/build/yamls/chaosmeta.yaml
kubectl delete --ignore-not-found=$(ignore-not-found) -f "${ROOT_PATH}"/yamls/chaosmeta.yaml
kubectl delete -f "${ROOT_PATH}"/yamls/chaosmeta.yaml

0 comments on commit 83eb299

Please sign in to comment.