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

wilfreds 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 8e46df7810 [YUNIKORN-2178] fix markdown format (#371)
8e46df7810 is described below

commit 8e46df78109b636ba9463bab327f4f98a045e334
Author: targetoee <[email protected]>
AuthorDate: Mon Nov 27 19:33:17 2023 +1100

    [YUNIKORN-2178] fix markdown format (#371)
    
    There's 2 markdown format error in Chinese gang scheduling document.
    One has a missing backtick at the end while another has a misplaced 
backtick.
    
    Closes: #371
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 .../current/user_guide/gang_scheduling.md                             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 754e29c329..e7e30526d6 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
@@ -121,7 +121,7 @@ pods永远卡住,请参考 [故障排除](troubleshooting.md#成组调度) 了
 #### 示例
 
 下面的例子是一个工作的yaml文件。这个工作启动了2个 pod,每个 pod 睡眠时间为 30 秒。
-在 pod 规范中值得注意的变化是 *spec.template.metadata.annotations*,在这里我们定义了 
`yunikorn.apache.org/task-group-name
+在 pod 规范中值得注意的变化是 *spec.template.metadata.annotations*,在这里我们定义了 
`yunikorn.apache.org/task-group-name`
 和 `yunikorn.apache.org/task-groups` 。
 
 ```yaml
@@ -232,7 +232,7 @@ Annotations:
 - `Hard 
Style`:当使用这种风格时,我们将有初始行为,更确切地说,如果应用程序不能根据分组调度规则进行调度,并且超时,它将被标记为失败,而不会重新尝试调度。
 - `Soft 
Style`:当应用程序不能被分组调度时,它将退回到正常的调度,并使用非分组调度策略来实现最佳努力的调度。当这种情况发生时,应用程序将过渡到恢复状态,所有剩余的占位符
 pod 将被清理掉。
 
-**使用的默认样式**: ``Soft。
+**使用的默认样式**: `Soft`。
 
 **启用一个特定的风格**:可以通过在应用程序定义中设置'gangSchedulingStyle'参数来改变风格,即 Soft 或 Hard。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to