You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by yu...@apache.org on 2022/12/19 09:49:24 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1481] Broken links in zh-cn (#235)

This is an automated email from the ASF dual-hosted git repository.

yuteng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new bd6e5a159 [YUNIKORN-1481] Broken links in zh-cn (#235)
bd6e5a159 is described below

commit bd6e5a159721077c17027da3491b4c49837497a2
Author: KatLantyss <56...@users.noreply.github.com>
AuthorDate: Mon Dec 19 09:49:19 2022 +0000

    [YUNIKORN-1481] Broken links in zh-cn (#235)
    
    Fix the broken troubleShooting link in the zh-cn files
---
 .../current/performance/performance_tutorial.md                       | 2 +-
 .../current/user_guide/gang_scheduling.md                             | 4 ++--
 .../current/user_guide/{trouble_shooting.md => troubleshooting.md}    | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/performance/performance_tutorial.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/performance/performance_tutorial.md
index 32e4df7d0..8180fa071 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/performance/performance_tutorial.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/performance/performance_tutorial.md
@@ -87,7 +87,7 @@ root hard nofile 50000
 - [步骤 2](#Setup-Kubemark): 部署空pod,将模拟工作节点,命名空节点。 在所有空节点都处于就绪状态后,我们需要封锁(cordon)所有本地节点,这些本地节点是集群中的物理存在,而不是模拟节点,以避免我们将测试工作负载 pod 分配给本地节点。
 - [步骤 3](#Deploy-YuniKorn): 在主节点上使用Helm chart部署YuniKorn,并将 Deployment 缩减为 0 副本,并在`prometheus.yml`中 [修改端口](#Setup-Prometheus) 以匹配服务的端口。
 - [步骤 4](#Run-tests): 部署50k Nginx pod进行测试,API服务器将创建它们。 但是由于YuniKorn调度程序Deployment已经被缩减到0个副本,所有的Nginx pod都将停留在等待状态。
-- [步骤 5](../user_guide/trouble_shooting.md#restart-the-scheduler): 将YuniKorn部署扩展回1个副本,并封锁主节点以避免YuniKorn 在那里分配Nginx pod。 在这一步中,YuniKorn将开始收集指标。
+- [步骤 5](../user_guide/troubleshooting.md#restart-the-scheduler): 将YuniKorn部署扩展回1个副本,并封锁主节点以避免YuniKorn 在那里分配Nginx pod。 在这一步中,YuniKorn将开始收集指标。
 - [步骤 6](#Collect-and-Observe-YuniKorn-metrics): 观察Prometheus UI中公开的指标。
 ---
 
diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/gang_scheduling.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/gang_scheduling.md
index f7593a573..678aec0a1 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/gang_scheduling.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/gang_scheduling.md
@@ -99,7 +99,7 @@ This parameter defines the reservation timeout for how long the scheduler should
 The timeout timer starts to tick when the scheduler *allocates the first placeholder pod*. This ensures if the scheduler
 could not schedule all the placeholder pods, it will eventually give up after a certain amount of time. So that the resources can be
 freed up and used by other apps. If non of the placeholders can be allocated, this timeout won't kick-in. To avoid the placeholder
-pods stuck forever, please refer to [troubleshooting](trouble_shooting.md#gang-scheduling) for solutions.
+pods stuck forever, please refer to [troubleshooting](troubleshooting.md#gang-scheduling) for solutions.
 
 ` gangSchedulingStyle`
 
@@ -285,4 +285,4 @@ Check field including: namespace, pod resources, node-selector, toleration and a
 
 ## Troubleshooting
 
-Please see the troubleshooting doc when gang scheduling is enabled [here](trouble_shooting.md#gang-scheduling).
+Please see the troubleshooting doc when gang scheduling is enabled [here](troubleshooting.md#gang-scheduling).
diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/trouble_shooting.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/troubleshooting.md
similarity index 99%
rename from i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/trouble_shooting.md
rename to i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/troubleshooting.md
index deada946f..6bd02835e 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/trouble_shooting.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user_guide/troubleshooting.md
@@ -1,6 +1,6 @@
 ---
-id: trouble_shooting
-title: Trouble Shooting
+id: troubleshooting
+title: Troubleshooting
 ---
 
 <!--