From 5d3e1eb48c2e8e53e0051756caf7dcee958387fc Mon Sep 17 00:00:00 2001 From: KingsonKai <562419972@qq.com> Date: Mon, 22 May 2023 20:22:26 +0800 Subject: [PATCH 1/2] fix: fix docs url --- README.md | 6 +++--- README_CN.md | 6 +++--- chaosmeta-inject-operator/build/deploy/undeploy.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d8536cb..d4463e5 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ 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 @@ -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 \ No newline at end of file diff --git a/README_CN.md b/README_CN.md index 5ecf5ff..2973c39 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 @@ -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 diff --git a/chaosmeta-inject-operator/build/deploy/undeploy.sh b/chaosmeta-inject-operator/build/deploy/undeploy.sh index 0a47125..7a18031 100644 --- a/chaosmeta-inject-operator/build/deploy/undeploy.sh +++ b/chaosmeta-inject-operator/build/deploy/undeploy.sh @@ -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 From 845db912605563b5f8467f45de3283b66399443c Mon Sep 17 00:00:00 2001 From: KingsonKai <562419972@qq.com> Date: Tue, 23 May 2023 10:11:01 +0800 Subject: [PATCH 2/2] docs: fix name of WeChat public account --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4463e5..dec32a9 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ For details, see: [Installation Guide](https://chaosmeta.gitbook.io/chaosmeta-cn 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: chaosmeta.io@gmail.com - WeChat group: Email communication/WeChat public account to get QR code invitation # RoadMap