[zh]Fix markdown link rendering failure caused by using full-width characters

This commit is contained in:
Mengjiao Liu
2022-06-24 14:45:27 +08:00
parent d16f4daeb1
commit ceec18f218
4 changed files with 5 additions and 4 deletions
@@ -1599,7 +1599,7 @@ number of seconds the Deployment controller waits before indicating (in the Depl
Deployment progress has stalled.
-->
检测此状况的一种方法是在 Deployment 规约中指定截止时间参数:
[`.spec.progressDeadlineSeconds`]#progress-deadline-seconds)。
[`.spec.progressDeadlineSeconds`](#progress-deadline-seconds))。
`.spec.progressDeadlineSeconds` 给出的是一个秒数值,Deployment 控制器在(通过 Deployment 状态)
标示 Deployment 进展停滞之前,需要等待所给的时长。