Skip to content

Commit 602ca31

Browse files
authored
Merge pull request #37609 from tossmilestone/patch-4
Fix the error zh translation in APF docs
2 parents 192120b + 1f23aaa commit 602ca31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/concepts/cluster-administration/flow-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ are not subject to the `--max-requests-inflight` limit.
6262
-->
6363
属于 “长时间运行” 类型的某些请求(例如远程命令执行或日志拖尾)不受 API 优先级和公平性过滤器的约束。
6464
如果未启用 APF 特性,即便设置 `--max-requests-inflight` 标志,该类请求也不受约束。
65-
APF **** 适用于 **watch** 请求。当 APF 被禁用时,**watch** 请求不受 `--max-requests-inflight` 限制。
65+
APF 适用于 **watch** 请求。当 APF 被禁用时,**watch** 请求不受 `--max-requests-inflight` 限制。
6666
{{< /caution >}}
6767

6868
<!-- body -->
@@ -456,7 +456,7 @@ working onward. The first match wins.
456456

457457
FlowSchema 匹配一些入站请求,并将它们分配给优先级。
458458
每个入站请求都会对所有 FlowSchema 测试是否匹配,
459-
首先从 `matchingPrecedence` 数值最低的匹配开始(我们认为这是逻辑上匹配度最高),
459+
首先从 `matchingPrecedence` 数值最低的匹配开始(我们认为这是逻辑上的最高优先级),
460460
然后依次进行,直到首个匹配出现。
461461

462462
{{< caution >}}
@@ -469,7 +469,7 @@ smaller `name` will win, but it's better not to rely on this, and instead to
469469
ensure that no two FlowSchemas have the same `matchingPrecedence`.
470470
-->
471471
对一个请求来说,只有首个匹配的 FlowSchema 才有意义。
472-
如果一个入站请求与多个 FlowSchema 匹配,则将基于 `matchingPrecedence` 值最高的请求进行筛选
472+
如果一个入站请求与多个 FlowSchema 匹配,则将基于逻辑上最高优先级 `matchingPrecedence` 的请求进行筛选
473473
如果一个请求匹配多个 FlowSchema 且 `matchingPrecedence` 的值相同,则按 `name` 的字典序选择最小,
474474
但是最好不要依赖它,而是确保不存在两个 FlowSchema 具有相同的 `matchingPrecedence` 值。
475475
{{< /caution >}}

0 commit comments

Comments
 (0)