Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 83eb299

Browse files
authored
Merge pull request #19 from KingsonKai/main
fix docs
2 parents a5d2033 + 845db91 commit 83eb299

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ curl 127.0.0.1:8080
8585
chaosmetad recover test-fg3g4
8686
```
8787
#### Failure Capability Use
88-
For details, see: [Instruction for Use](https://app.gitbook.com/o/W5FFF9T3K11W1z4wiLOY/s/RZU42VJaoN8AmJe0E5dG/gong-neng-shi-yong-shuo-ming)
88+
For details, see: [Instruction for Use](https://chaosmeta.gitbook.io/chaosmeta-cn/gong-neng-shi-yong-shuo-ming)
8989
#### Installation Guide
90-
For details, see: [Installation Guide](https://app.gitbook.com/o/W5FFF9T3K11W1z4wiLOY/s/RZU42VJaoN8AmJe0E5dG/an-zhuang-zhi-yin)
90+
For details, see: [Installation Guide](https://chaosmeta.gitbook.io/chaosmeta-cn/an-zhuang-zhi-yin)
9191
# Comminicate
9292
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:
9393
- DingTalk Group: 21765030887
9494
- Slack group: [ChaosMeta](https://app.slack.com/client/T057ERYMS8J/C057883SM38?geocode=zh-cn)
95-
- WeChat public account: ChaosMeta Chaos Engineering
95+
- WeChat public account: ChaosMeta混沌工程
9696
- Email: chaosmeta.io@gmail.com
9797
- WeChat group: Email communication/WeChat public account to get QR code invitation
9898
# RoadMap
@@ -114,7 +114,7 @@ At this stage, the "Risk Catalog" will play a greater role. It not only gives th
114114
##### Phase 3 - intelligence
115115
Explore the direction of combining artificial intelligence
116116
### Fault Injection Capability
117-
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):
117+
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):
118118
![](docs/static/roadmap.png)
119119
# License
120120
ChaosMeta is licensed under the Apache 2.0 license, please read [LICENSE](LICENSE) for details

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ chaosmetad recover test-fg3g4
103103
```
104104

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

137137
![](docs/static/roadmap.png)
138138
# License

chaosmeta-inject-operator/build/deploy/undeploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ROOT_PATH=$(dirname $(readlink -f $0))/chaosmeta_build
66
echo "${ROOT_PATH}"
77
mkdir -p "${ROOT_PATH}"/yamls
88
curl -o "${ROOT_PATH}"/yamls/chaosmeta.yaml https://raw.githubusercontent.com/traas-stack/chaosmeta/"${VERSION}"/chaosmeta-inject-operator/build/yamls/chaosmeta.yaml
9-
kubectl delete --ignore-not-found=$(ignore-not-found) -f "${ROOT_PATH}"/yamls/chaosmeta.yaml
9+
kubectl delete -f "${ROOT_PATH}"/yamls/chaosmeta.yaml

0 commit comments

Comments
 (0)