Skip to content

Commit 62f72f3

Browse files
authored
Merge pull request #35726 from hs0210/sync-commented-en-txt
[zh-cn] resync: some file's commented English texts and indentation
2 parents e625f6c + 73c8d2b commit 62f72f3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

content/zh-cn/docs/concepts/scheduling-eviction/node-pressure-eviction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ kubelet 按以下顺序释放磁盘空间:
411411
If the kubelet's attempts to reclaim node-level resources don't bring the eviction
412412
signal below the threshold, the kubelet begins to evict end-user pods.
413413
414-
The kubelet uses the following parameters to determine pod eviction order:
414+
The kubelet uses the following parameters to determine the pod eviction order:
415415
416416
1. Whether the pod's resource usage exceeds requests
417417
1. [Pod Priority](/docs/concepts/scheduling-eviction/pod-priority-preemption/)
@@ -598,7 +598,7 @@ kubelet 根据 Pod 的服务质量(QoS)为每个容器设置一个 `oom_scor
598598
{{<note>}}
599599
<!--
600600
The kubelet also sets an `oom_score_adj` value of `-997` for containers in Pods that have
601-
`system-node-critical` {{<glossary_tooltip text="Priority" term_id="pod-priority">}}
601+
`system-node-critical` {{<glossary_tooltip text="Priority" term_id="pod-priority">}}.
602602
-->
603603
kubelet 还将具有 `system-node-critical`
604604
{{<glossary_tooltip text="优先级" term_id="pod-priority">}}
@@ -762,7 +762,7 @@ kubelet 将 `active_file` 内存区域视为不可回收。
762762
kubelet 很容易将其视为资源用量过量并为节点设置内存压力污点,从而触发 Pod 驱逐。
763763
764764
<!--
765-
For more more details, see [https://github.com/kubernetes/kubernetes/issues/43916](https://github.com/kubernetes/kubernetes/issues/43916)
765+
For more details, see [https://github.com/kubernetes/kubernetes/issues/43916](https://github.com/kubernetes/kubernetes/issues/43916)
766766
767767
You can work around that behavior by setting the memory limit and memory request
768768
the same for containers likely to perform intensive I/O activity. You will need

content/zh-cn/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Jobs with _fixed completion count_ - that is, jobs that have non null
365365
When you use an Indexed Job in combination with a
366366
{{< glossary_tooltip term_id="Service" >}}, Pods within the Job can use
367367
the deterministic hostnames to address each other via DNS.
368-
- From the containarized task, in the environment variable `JOB_COMPLETION_INDEX`.
368+
- From the containerized task, in the environment variable `JOB_COMPLETION_INDEX`.
369369
370370
The Job is considered complete when there is one successfully completed Pod
371371
for each index. For more information about how to use this mode, see

content/zh-cn/docs/reference/access-authn-authz/psp-to-pod-security-standards.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 95
1717

1818
<!--
1919
The tables below enumerate the configuration parameters on
20-
[PodSecurityPolicy](/docs/concepts/policy/pod-security-policy/) objects, whether the field mutates
20+
[PodSecurityPolicy](/docs/concepts/security/pod-security-policy/) objects, whether the field mutates
2121
and/or validates pods, and how the configuration values map to the
2222
[Pod Security Standards](/docs/concepts/security/pod-security-standards/).
2323
-->
@@ -289,9 +289,9 @@ table can be specified under `.metadata.annotations` on the PodSecurityPolicy ob
289289
`.metadata.annotations` 设置到 PodSecurityPolicy 对象之上。
290290

291291
<table class="no-word-break">
292-
<caption style="display:none"><!-- Mapping PodSecurityPolicy annotations to Pod Security Standards-->将 PodSecurityPolicy 注解映射到 Pod 安全性标准</caption>
293-
<tbody>
294-
<tr>
292+
<caption style="display:none"><!-- Mapping PodSecurityPolicy annotations to Pod Security Standards-->将 PodSecurityPolicy 注解映射到 Pod 安全性标准</caption>
293+
<tbody>
294+
<tr>
295295
<th><code><!--PSP Annotation-->PSP 注解</code></th>
296296
<th><!-- Type -->类型</th>
297297
<th><!-- Pod Security Standards Equivalent-->Pod 安全性标准中对应设置</th>

content/zh-cn/docs/tutorials/security/ns-level-pss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ one namespace at a time.
2525
2626
You can also apply Pod Security Standards to multiple namespaces at once at the cluster
2727
level. For instructions, refer to
28-
[Apply Pod Security Standards at the cluster level](/docs/tutorials/security/cluster-level-pss).
28+
[Apply Pod Security Standards at the cluster level](/docs/tutorials/security/cluster-level-pss/).
2929
-->
3030
Pod 安全准入(PSA)在 v1.23 及更高版本默认启用,
3131
因为它[升级到测试版(beta)](/blog/2021/12/09/pod-security-admission-beta/)
@@ -34,7 +34,7 @@ Pod 安全准入是在创建 Pod 时应用
3434
在本教程中,你将应用 `baseline` Pod 安全标准,每次一个名字空间。
3535

3636
你还可以在集群级别一次将 Pod 安全标准应用于多个名称空间。
37-
有关说明,请参阅[在集群级别应用 Pod 安全标准](/zh-cn/docs/tutorials/security/cluster-level-pss)
37+
有关说明,请参阅[在集群级别应用 Pod 安全标准](/zh-cn/docs/tutorials/security/cluster-level-pss/)
3838

3939
## {{% heading "prerequisites" %}}
4040

0 commit comments

Comments
 (0)