From 2062ba17037572c565ae10fe658b857a48c98a18 Mon Sep 17 00:00:00 2001 From: Mila Wu Date: Mon, 27 Dec 2021 18:22:18 +0800 Subject: [PATCH] upload-deploy-chaosmesh-zh Signed-off-by: Mila Wu --- .../chaos-mesh-app.md} | 28 +++++++++--------- .../chaos-dashboard-networkchaos.png | Bin .../chaos-experiment-scope.png | Bin .../deploy-chaos-mesh/chaos-mesh-app.png | Bin .../chaos-mesh-basic-info.png | Bin .../deploy-chaos-mesh/chaos-mesh-config.png | Bin .../deploy-chaos-mesh/chaos-mesh-deployed.png | Bin .../chaos-mesh-deployments.png | Bin .../deploy-chaos-mesh/chaos-mesh-nodeport.png | Bin .../deploy-chaos-mesh/experiment-result.png | Bin .../deploy-chaos-mesh/experiment-status.png | Bin .../deploy-chaos-mesh/install-chaos-mesh.png | Bin .../deploy-chaos-mesh/login-to-dashboard.png | Bin .../deploy-chaos-mesh/web-show-app.png | Bin 14 files changed, 14 insertions(+), 14 deletions(-) rename content/zh/docs/application-store/{external-apps/deploy-chaos-mesh.md => built-in-apps/chaos-mesh-app.md} (74%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/chaos-dashboard-networkchaos.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/chaos-experiment-scope.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/chaos-mesh-app.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/chaos-mesh-basic-info.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/chaos-mesh-config.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/chaos-mesh-deployed.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/chaos-mesh-deployments.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/chaos-mesh-nodeport.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/experiment-result.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/experiment-status.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/install-chaos-mesh.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/login-to-dashboard.png (100%) rename static/images/docs/zh-cn/appstore/{external-apps => built-in-apps}/deploy-chaos-mesh/web-show-app.png (100%) diff --git a/content/zh/docs/application-store/external-apps/deploy-chaos-mesh.md b/content/zh/docs/application-store/built-in-apps/chaos-mesh-app.md similarity index 74% rename from content/zh/docs/application-store/external-apps/deploy-chaos-mesh.md rename to content/zh/docs/application-store/built-in-apps/chaos-mesh-app.md index af0ff2e3d..0377f6505 100644 --- a/content/zh/docs/application-store/external-apps/deploy-chaos-mesh.md +++ b/content/zh/docs/application-store/built-in-apps/chaos-mesh-app.md @@ -7,7 +7,7 @@ linkTitle: "部署 Chaos Mesh" [Chaos Mesh](https://github.com/chaos-mesh/chaos-mesh) 是一个开源的云原生混沌工程平台,提供丰富的故障模拟类型,具有强大的故障场景编排能力,方便用户在开发测试中以及生产环境中模拟现实世界中可能出现的各类异常,帮助用户发现系统潜在的问题。 -![Chaos Mesh architecture](/images/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-architecture-v2.png) +![Chaos Mesh architecture](/images/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-architecture-v2.png) 本教程演示了如何在 KubeSphere 上部署 Chaos Mesh 进行混沌实验。 @@ -23,38 +23,38 @@ linkTitle: "部署 Chaos Mesh" 1. 使用 `project-regular` 身份登陆,在应用市场中搜索 `chaos-mesh`,点击搜索结果进入应用。 - ![Chaos Mesh app](/images/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-app.png) + ![Chaos Mesh app](/images/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-app.png) 2. 进入应用信息页后,点击右上角**安装**按钮。 - ![Install Chaos Mesh](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/install-chaos-mesh.png) + ![Install Chaos Mesh](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/install-chaos-mesh.png) 3. 进入应用设置页面,可以设置应用**名称**(默认会随机一个唯一的名称)和选择安装的**位置**(对应的 Namespace) 和**版本**,然后点击右上角**下一步**。 - ![Chaos Mesh basic information](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-basic-info.png) + ![Chaos Mesh basic information](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-basic-info.png) 4. 根据实际需要编辑 `values.yaml` 文件,也可以直接点击**安装**使用默认配置。 - ![Chaos Mesh configurations](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-config.png) + ![Chaos Mesh configurations](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-config.png) 5. 等待 Chaos Mesh 开始正常运行。 - ![Chaos Mesh deployed](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-deployed.png) + ![Chaos Mesh deployed](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-deployed.png) 6. 访问**应用负载**, 可以看到 Chaos Mesh 创建的三个部署。 - ![Chaos Mesh deployments](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-deployments.png) + ![Chaos Mesh deployments](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-deployments.png) ### 步骤 2: 访问 Chaos Mesh 1. 前往**应用负载**下服务页面,复制 chaos-dashboard 的 **NodePort**。 - ![Chaos Mesh NodePort](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-nodeport.png) + ![Chaos Mesh NodePort](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-nodeport.png) 2. 您可以通过 `${NodeIP}:${NODEPORT}` 方式访问 Chaos Dashboard。并参考[管理用户权限](https://chaos-mesh.org/zh/docs/manage-user-permissions/)文档,生成 Token,并登陆 Chaos Dashboard。 - ![Login to Chaos Dashboard](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/login-to-dashboard.png) + ![Login to Chaos Dashboard](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/login-to-dashboard.png) ### 步骤 3: 创建混沌实验 @@ -72,22 +72,22 @@ linkTitle: "部署 Chaos Mesh" 2. 访问 **web-show** 应用程序。从您的网络浏览器,进入 `${NodeIP}:8081`。 - ![Chaos Mesh web show app](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/web-show-app.png) + ![Chaos Mesh web show app](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/web-show-app.png) 3. 登陆 Chaos Dashboard 创建混沌实验,为了更好的观察混沌实验效果,这里只创建一个独立的混沌实验,混沌实验的类型选择**网络攻击**,模拟网络延迟的场景: - ![Chaos Dashboard](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/chaos-dashboard-networkchaos.png) + ![Chaos Dashboard](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/chaos-dashboard-networkchaos.png) 实验范围设置为 web-show 应用: - ![Chaos Experiment scope](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/chaos-experiment-scope.png) + ![Chaos Experiment scope](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/chaos-experiment-scope.png) 4. 提交混沌实验后,查看实验状态: - ![Chaos Experiment status](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/experiment-status.png) + ![Chaos Experiment status](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/experiment-status.png) 5. 访问 web-show 应用观察实验结果 : - ![Chaos Experiment result](/images/zh-cn/docs/appstore/external-apps/deploy-chaos-mesh/experiment-result.png) + ![Chaos Experiment result](/images/zh-cn/docs/appstore/built-in-apps/deploy-chaos-mesh/experiment-result.png) 更多详情参考 [Chaos Mesh 使用文档](https://chaos-mesh.org/zh/docs/)。 \ No newline at end of file diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-dashboard-networkchaos.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-dashboard-networkchaos.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-dashboard-networkchaos.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-dashboard-networkchaos.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-experiment-scope.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-experiment-scope.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-experiment-scope.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-experiment-scope.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-app.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-app.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-app.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-app.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-basic-info.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-basic-info.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-basic-info.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-basic-info.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-config.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-config.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-config.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-config.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-deployed.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-deployed.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-deployed.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-deployed.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-deployments.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-deployments.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-deployments.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-deployments.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-nodeport.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-nodeport.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/chaos-mesh-nodeport.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/chaos-mesh-nodeport.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/experiment-result.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/experiment-result.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/experiment-result.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/experiment-result.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/experiment-status.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/experiment-status.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/experiment-status.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/experiment-status.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/install-chaos-mesh.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/install-chaos-mesh.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/install-chaos-mesh.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/install-chaos-mesh.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/login-to-dashboard.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/login-to-dashboard.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/login-to-dashboard.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/login-to-dashboard.png diff --git a/static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/web-show-app.png b/static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/web-show-app.png similarity index 100% rename from static/images/docs/zh-cn/appstore/external-apps/deploy-chaos-mesh/web-show-app.png rename to static/images/docs/zh-cn/appstore/built-in-apps/deploy-chaos-mesh/web-show-app.png