Skip to content

Commit 9a6adb8

Browse files
authored
Merge pull request #34563 from Sea-n/zh-fix-links
[zh] Fix some 404 links
2 parents 675c7f4 + 34563ab commit 9a6adb8

File tree

13 files changed

+49
-49
lines changed

13 files changed

+49
-49
lines changed

content/zh-cn/blog/_posts/2020-09-30-writing-crl-scheduler/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Most stateless systems, web servers for example, are created without the need to
4545
One of Kubernetes' responsibilities is to place "resources" (e.g, a disk or container) into the cluster and satisfy the constraints they request. For example: "I must be in availability zone _A_" (see [Running in multiple zones](/docs/setup/best-practices/multiple-zones/#nodes-are-labeled)), or "I can't be placed onto the same node as this other Pod" (see [Affinity and anti-affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)).
4646
-->
4747
Kubernetes 的职责之一是将 "资源"(如磁盘或容器)放入集群中,并满足其请求的约束。
48-
例如。"我必须在可用性区域 _A_"(见[在多个区域运行](/zh-cn/docs/setup/best-practices/multiple-zone/#nodes-are-labeled)),
48+
例如。"我必须在可用性区域 _A_"(见[在多个区域运行](/zh-cn/docs/setup/best-practices/multiple-zones/#nodes-are-labeled)),
4949
或者 "我不能被放置到与某个 Pod 相同的节点上"
50-
(见[亲和与反亲和](/zh-cn/docs/setup/best-practices/multiple-zone/#nodes-are-labeled))。
50+
(见[亲和与反亲和](/zh-cn/docs/setup/best-practices/multiple-zones/#nodes-are-labeled))。
5151

5252
<!--
5353
As an addition to those constraints, Kubernetes offers [Statefulsets](/docs/concepts/workloads/controllers/statefulset/) that provide identity to Pods as well as persistent storage that "follows" these identified pods. Identity in a StatefulSet is handled by an increasing integer at the end of a pod's name. It's important to note that this integer must always be contiguous: in a StatefulSet, if pods 1 and 3 exist then pod 2 must also exist.
@@ -91,7 +91,7 @@ When adding additional resources to the cluster we also distribute them across z
9191
Note that anti-affinities are satisfied no matter the order in which pods are assigned to Kubernetes nodes. In the example, pods 0, 1 and 2 were assigned to zones A, B, and C respectively, but pods 3 and 4 were assigned in a different order, to zones B and A respectively. The anti-affinity is still satisfied because the pods are still placed in different zones.
9292
-->
9393
请注意,无论 Pod 被分配到 Kubernetes 节点的顺序如何,都会满足反亲和性。
94-
在这个例子中,Pod 0、1 、2 分别被分配到 A、B 、C 区,但 Pod 3 和 4 以不同的顺序被分配到 B 和 A 区。
94+
在这个例子中,Pod 0、1、2 分别被分配到 A、B、C 区,但 Pod 3 和 4 以不同的顺序被分配到 B 和 A 区。
9595
反亲和性仍然得到满足,因为 Pod 仍然被放置在不同的区域。
9696

9797
<!--
@@ -144,7 +144,7 @@ Our combined knowledge of the following is what lead to this misconception.
144144
* The behavior that a StatefulSet with _n_ replicas, when Pods are being deployed, they are created sequentially, in order from `{0..n-1}`. See [StatefulSet](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#deployment-and-scaling-guarantees) for more details.
145145
-->
146146
我们对以下内容的综合认识是导致这种误解的原因。
147-
* Kubernetes [自动跨区分配 Pod](/zh-cn/docs/setup/best-practices/multiple-zone/#pods-are-spread-across-zone) 的能力
147+
* Kubernetes [自动跨区分配 Pod](/zh-cn/docs/setup/best-practices/multiple-zones/#pods-are-spread-across-zones) 的能力
148148
* 一个有 _n_ 个副本的 StatefulSet,当 Pod 被部署时,它们会按照 `{0...n-1}` 的顺序依次创建。
149149
更多细节见 [StatefulSet](/zh-cn/docs/concepts/workloads/controllers/statefulset/#deployment-and-scaling-guarantees)
150150

content/zh-cn/blog/_posts/2022-01-07-kubernetes-is-moving-on-from-dockershim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ dockershim removal makes up for the migration effort you'll have. Start planning
194194
now to avoid surprises. We'll have more updates and guides before Kubernetes
195195
1.24 is released.
196196
-->
197-
在这一点上,我们相信你(和 Kubernetes)从移除 dockershim 中获得的价值可以弥补你将要进行的迁移工作。
197+
在这一点上,我们相信你(和 Kubernetes)从移除 dockershim 中获得的价值可以弥补你将要进行的迁移工作。
198198
现在就开始计划以避免出现意外。在 Kubernetes 1.24 发布之前,我们将提供更多更新信息和指南。
199199

content/zh-cn/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ A set of <code>&lt;resource name&gt;=&lt;resource quantity&gt;</code> (e.g. <cod
13511351
kubernetes 系统预留的资源配置,以一组 <code>&lt;资源名称&gt;=&lt;资源数量&gt;</code> 格式表示。
13521352
(例如:<code>cpu=200m,memory=500Mi,ephemeral-storage=1Gi,pid='100'</code>)。
13531353
当前支持 <code>cpu</code>、<code>memory</code> 和用于根文件系统的 <code>ephemeral-storage</code>。
1354-
请参阅<a href="http://kubernetes.io/zh-cn/docs/user-guide/compute-resources">这里</a>获取更多信息。
1354+
请参阅<a href="https://kubernetes.io/zh-cn/docs/concepts/configuration/manage-resources-containers/">这里</a>获取更多信息。
13551355
(已弃用:应在 <code>--config</code> 所给的配置文件中进行设置。
13561356
请参阅 <a href="https://kubernetes.io/zh-cn/docs/tasks/administer-cluster/kubelet-config-file/">kubelet-config-file</a> 了解更多信息。)
13571357
</td>

content/zh-cn/docs/reference/config-api/kubelet-config.v1beta1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Kubelet 配置 (v1beta1)
33
content_type: tool-reference
44
package: kubelet.config.k8s.io/v1beta1
5-
auto_generated: true
65
---
76

87
<!--
@@ -683,7 +682,7 @@ The cgroupRoot must be specified if this field is not empty.
683682
Default: &quot;&qout;
684683
-->
685684
<p><code>systemCgroups</code>是用来放置那些未被容器化的、非内核的进程的控制组
686-
(CGroup)的绝对名称。设置为空字符串表示没有这类容器。回滚此字段设置需要重启节点。
685+
CGroup)的绝对名称。设置为空字符串表示没有这类容器。回滚此字段设置需要重启节点。
687686
当此字段非空时,必须设置<code>cgroupRoot</code>字段。</p>
688687
<p>默认值:&quot;&quot;</p>
689688
</td>
@@ -696,7 +695,7 @@ Default: &quot;&qout;
696695
<!--cgroupRoot is the root cgroup to use for pods. This is handled by the
697696
container runtime on a best effort basis.
698697
-->
699-
<p><code>cgroupRoot</code>是用来运行 Pod 的控制组 (CGroup)。
698+
<p><code>cgroupRoot</code>是用来运行 Pod 的控制组CGroup)。
700699
容器运行时会尽可能处理此字段的设置值。</p>
701700
</td>
702701
</tr>
@@ -725,7 +724,7 @@ Default: true
725724
or systemd).
726725
Default: &quot;cgroupfs&quot;
727726
-->
728-
<p><code>cgroupDriver</code>是 kubelet 用来操控宿主系统上控制组 (CGroup)
727+
<p><code>cgroupDriver</code>是 kubelet 用来操控宿主系统上控制组CGroup)
729728
的驱动程序(cgroupfs 或 systemd)。</p>
730729
<p>默认值:&quot;cgroupfs&quot;</p>
731730
</td>
@@ -1399,7 +1398,8 @@ Default: nil
13991398
-->
14001399
<p><code>systemReserved</code>是一组<code>资源名称=资源数量</code>对,
14011400
用来描述为非 Kubernetes 组件预留的资源(例如:'cpu=200m,memory=150G')。</p>
1402-
<p>目前仅支持 CPU 和内存。更多细节可参见 http://kubernetes.io/zh/docs/user-guide/compute-resources。</p>
1401+
<p>目前仅支持 CPU 和内存。更多细节可参见
1402+
https://kubernetes.io/zh-cn/docs/concepts/configuration/manage-resources-containers/ 。</p>
14031403
<p>默认值:Nil</p>
14041404
</td>
14051405
</tr>

content/zh-cn/docs/reference/kubectl/kubectl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ kubectl 管理控制 Kubernetes 集群。
2222

2323

2424
<!--
25-
Find more information at: https://kubernetes.io/docs/reference/kubectl/overview/
25+
Find more information at: https://kubernetes.io/docs/reference/kubectl/
2626
-->
27-
获取更多信息,请访问 [kubectl 概述](/zh-cn/docs/reference/kubectl/overview/)
27+
获取更多信息,请访问 [kubectl 概述](/zh-cn/docs/reference/kubectl/)
2828

2929
```
3030
kubectl [flags]
@@ -625,4 +625,4 @@ When set to false, turns off extra HTTP headers detailing invoked kubectl comman
625625
* [kubectl top](/docs/reference/generated/kubectl/kubectl-commands#top) - 显示资源(CPU /内存/存储)使用率
626626
* [kubectl uncordon](/docs/reference/generated/kubectl/kubectl-commands#uncordon) - 标记节点为可调度的
627627
* [kubectl version](/docs/reference/generated/kubectl/kubectl-commands#version) - 打印客户端和服务器的版本信息
628-
* [kubectl wait](/docs/reference/generated/kubectl/kubectl-commands#wait) - 实验性:等待一个或多个资源达到某种状态
628+
* [kubectl wait](/docs/reference/generated/kubectl/kubectl-commands#wait) - 实验性:等待一个或多个资源达到某种状态

content/zh-cn/docs/reference/kubernetes-api/config-and-storage-resources/volume.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ content_type: "api_reference"
1717
description: "Volume represents a named volume in a pod that may be accessed by any container in the pod."
1818
title: "Volume"
1919
weight: 3
20+
auto_generated: true
2021
-->
2122

2223
`import "k8s.io/api/core/v1"`
@@ -444,7 +445,7 @@ Volume 表示 Pod 中一个有名字的卷,可以由 Pod 中的任意容器进
444445
sizeLimit 是这个 EmptyDir 卷所需的本地存储总量。这个大小限制也适用于内存介质。
445446
EmptyDir 的内存介质最大使用量将是此处指定的 sizeLimit 与 Pod 中所有容器内存限制总和这两个值之间的最小值。
446447
默认为 nil,这意味着限制未被定义。更多信息:
447-
http://kubernetes.io/zh-cn/docs/user-guide/volumes#emptydir
448+
https://kubernetes.io/zh-cn/docs/concepts/storage/volumes/#emptydir
448449

449450
<!--
450451
- **hostPath** (HostPathVolumeSource)

content/zh-cn/docs/reference/labels-annotations-taints/_index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The Kubelet populates this with `runtime.GOARCH` as defined by Go. This can be h
178178

179179
用于:Node
180180

181-
Kubelet 使用 Go 定义的 `runtime.GOARCH` 填充它。 如果你混合使用 ARM 和 X86 节点,这会很方便。
181+
Kubelet 使用 Go 定义的 `runtime.GOARCH` 填充它。如果你混合使用 ARM 和 X86 节点,这会很方便。
182182
<!--
183183
### kubernetes.io/os
184184
@@ -230,11 +230,11 @@ This label has been deprecated. Please use `kubernetes.io/os` instead.
230230
-->
231231
### beta.kubernetes.io/arch (已弃用) {#beta-kubernetes-io-arch}
232232

233-
此标签已被弃用。请改用`kubernetes.io/arch`
233+
此标签已被弃用。请改用 `kubernetes.io/arch`
234234

235235
### beta.kubernetes.io/os (已弃用) {#beta-kubernetes-io-os}
236236

237-
此标签已被弃用。请改用`kubernetes.io/os`
237+
此标签已被弃用。请改用 `kubernetes.io/os`
238238

239239
<!--
240240
### kubernetes.io/hostname {#kubernetesiohostname}
@@ -255,7 +255,7 @@ This label is also used as part of the topology hierarchy. See [topology.kubern
255255

256256
Kubelet 使用主机名填充此标签。请注意,可以通过将 `--hostname-override` 标志传递给 `kubelet` 来替代“实际”主机名。
257257

258-
此标签也用作拓扑层次结构的一部分。 有关详细信息,请参阅 [topology.kubernetes.io/zone](#topologykubernetesiozone)
258+
此标签也用作拓扑层次结构的一部分。有关详细信息,请参阅 [topology.kubernetes.io/zone](#topologykubernetesiozone)
259259

260260
<!--
261261
### kubernetes.io/change-cause {#change-cause}
@@ -328,7 +328,7 @@ which allows users to influence ReplicaSet downscaling order. The annotation par
328328

329329
用于:Pod
330330

331-
该注解用于设置 [Pod 删除成本](/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)允许用户影响 ReplicaSet 缩减顺序。注解解析为 `int32` 类型。
331+
该注解用于设置 [Pod 删除成本](/zh-cn/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)允许用户影响 ReplicaSet 缩减顺序。注解解析为 `int32` 类型。
332332

333333
<!--
334334
### kubernetes.io/ingress-bandwidth
@@ -353,7 +353,7 @@ For example, `10M` means 10 megabits per second.
353353

354354
{{< note >}}
355355
入站流量控制注解是一项实验性功能。
356-
如果要启用流量控制支持,必须将`bandwidth`插件添加到 CNI 配置文件(默认为`/etc/cni/net.d`
356+
如果要启用流量控制支持,必须将 `bandwidth` 插件添加到 CNI 配置文件(默认为`/etc/cni/net.d`
357357
并确保二进制文件包含在你的 CNI bin 目录中(默认为`/opt/cni/bin`)。
358358
{{< /note >}}
359359

@@ -364,9 +364,9 @@ For example, `10M` means 10 megabits per second.
364364
你可以对 Pod 应用服务质量流量控制并有效限制其可用带宽。
365365
入站流量(到 Pod)通过控制排队的数据包来处理,以有效地处理数据。
366366
要限制 Pod 的带宽,请编写对象定义 JSON 文件并使用 `kubernetes.io/ingress-bandwidth`
367-
注解指定数据流量速度。 用于指定入站的速率单位是每秒,
367+
注解指定数据流量速度。用于指定入站的速率单位是每秒,
368368
作为[量纲(Quantity)](/zh-cn/docs/reference/kubernetes-api/common-definitions/quantity/)
369-
例如,`10M`表示每秒 10 兆比特。
369+
例如,`10M` 表示每秒 10 兆比特。
370370

371371
<!--
372372
### kubernetes.io/egress-bandwidth
@@ -391,7 +391,7 @@ For example, `10M` means 10 megabits per second.
391391

392392
{{< note >}}
393393
出站流量控制注解是一项实验性功能。
394-
如果要启用流量控制支持,必须将`bandwidth`插件添加到 CNI 配置文件(默认为`/etc/cni/net.d`
394+
如果要启用流量控制支持,必须将 `bandwidth` 插件添加到 CNI 配置文件(默认为`/etc/cni/net.d`
395395
并确保二进制文件包含在你的 CNI bin 目录中(默认为`/opt/cni/bin`)。
396396
{{< /note >}}
397397

@@ -483,7 +483,7 @@ StatefulSet topic for more details.
483483

484484
当 StatefulSet 控制器为 StatefulSet 创建 Pod 时,控制平面会在该 Pod 上设置此标签。标签的值是正在创建的 Pod 的名称。
485485

486-
有关详细信息,请参阅 StatefulSet 主题中的 [Pod 名称标签](/docs/concepts/workloads/controllers/statefulset/#pod-name-label)
486+
有关详细信息,请参阅 StatefulSet 主题中的 [Pod 名称标签](/zh-cn/docs/concepts/workloads/controllers/statefulset/#pod-name-label)
487487

488488
<!--
489489
### topology.kubernetes.io/region {#topologykubernetesioregion}
@@ -529,8 +529,8 @@ A region represents a larger domain, made up of one or more zones. It is uncomm
529529

530530
在 PersistentVolume 上:拓扑感知卷配置器将自动在 `PersistentVolume` 上设置 Node 亲和性约束。
531531

532-
一个 Zone 代表一个逻辑故障域。 Kubernetes 集群通常跨越多个 Zone 以提高可用性。虽然 Zone 的确切定义留给基础设施实现,
533-
但 Zone 的常见属性包括 Zone 内非常低的网络延迟、 Zone 内的免费网络流量以及与其他 Zone 的故障独立性。
532+
一个 Zone 代表一个逻辑故障域。Kubernetes 集群通常跨越多个 Zone 以提高可用性。虽然 Zone 的确切定义留给基础设施实现,
533+
但 Zone 的常见属性包括 Zone 内非常低的网络延迟、Zone 内的免费网络流量以及与其他 Zone 的故障独立性。
534534
例如,一个 Zone 内的 Node 可能共享一个网络交换机,但不同 Zone 中的 Node 无法共享交换机。
535535

536536
一个 Region 代表一个更大的域,由一个或多个 Zone 组成。Kubernetes 集群跨多个 Region 并不常见,虽然 Zone 或 Region 的确切定义留给基础设施实现,
@@ -544,9 +544,9 @@ Kubernetes makes a few assumptions about the structure of zones and regions:
544544
-->
545545
Kubernetes 对 Zone 和 Region 的结构做了一些假设:
546546

547-
1. Zone 和 Region 是分层的: Zone 是 Region 的严格子集,没有 Zone 可以在两个 Region 中;
547+
1. Zone 和 Region 是分层的:Zone 是 Region 的严格子集,没有 Zone 可以在两个 Region 中;
548548

549-
2. Zone 名称跨 Region 是唯一的;例如, Region “africa-east-1” 可能由 Zone “africa-east-1a” 和 “africa-east-1b” 组成。
549+
2. Zone 名称跨 Region 是唯一的;例如,Region “africa-east-1” 可能由 Zone “africa-east-1a” 和 “africa-east-1b” 组成。
550550

551551
<!--
552552
It should be safe to assume that topology labels do not change. Even though labels are strictly mutable, consumers of them can assume that a given node is not going to be moved between zones without being destroyed and recreated.
@@ -581,7 +581,7 @@ If `PersistentVolumeLabel` does not support automatic labeling of your Persisten
581581
adding the labels manually (or adding support for `PersistentVolumeLabel`). With `PersistentVolumeLabel`, the scheduler prevents Pods from mounting volumes in a different zone. If your infrastructure doesn't have this constraint, you don't need to add the zone labels to the volumes at all.
582582
-->
583583
你应该考虑手动添加标签(或添加对 `PersistentVolumeLabel` 的支持)。
584-
基于 `PersistentVolumeLabel` ,调度程序可以防止 Pod 挂载来自其他 Zone 的卷。如果你的基础架构没有此限制,则不需要将 Zone 标签添加到卷上。
584+
基于 `PersistentVolumeLabel`,调度程序可以防止 Pod 挂载来自其他 Zone 的卷。如果你的基础架构没有此限制,则不需要将 Zone 标签添加到卷上。
585585

586586
<!--
587587
### volume.beta.kubernetes.io/storage-provisioner (deprecated)
@@ -1336,7 +1336,7 @@ See more details on the [Audit Annotations](/docs/reference/labels-annotations-t
13361336
- [`insecure-sha1.invalid-cert.kubernetes.io/$hostname`](/zh-cn/docs/reference/labels-annotations-taints/audit-annotations/#insecure-sha1-invalid-cert-kubernetes-io-hostname)
13371337
- [`missing-san.invalid-cert.kubernetes.io/$hostname`](/zh-cn/docs/reference/labels-annotations-taints/audit-annotations/#missing-san-invalid-cert-kubernetes-io-hostname)
13381338
- [`pod-security.kubernetes.io/audit-violations`](/zh-cn/docs/reference/labels-annotations-taints/audit-annotations/#pod-security-kubernetes-io-audit-violations)
1339-
- [`pod-security.kubernetes.io/enforce-policy`](/zh-cn/zh-cn/docs/reference/labels-annotations-taints/audit-annotations/#pod-security-kubernetes-io-enforce-policy)
1339+
- [`pod-security.kubernetes.io/enforce-policy`](/zh-cn/docs/reference/labels-annotations-taints/audit-annotations/#pod-security-kubernetes-io-enforce-policy)
13401340
- [`pod-security.kubernetes.io/exempt`](/zh-cn/docs/reference/labels-annotations-taints/audit-annotations/#pod-security-kubernetes-io-exempt)
13411341

13421342
[审计注解](/zh-cn/docs/reference/labels-annotations-taints/audit-annotations/)页面上查看更多详细信息。

content/zh-cn/docs/reference/scheduling/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ extension points:
251251
-->
252252
- `NodeResourcesFit`:检查节点是否拥有 Pod 请求的所有资源。
253253
得分可以使用以下三种策略之一:`LeastAllocated`(默认)、`MostAllocated`
254-
和`RequestedToCapacityRatio`。
254+
`RequestedToCapacityRatio`。
255255

256256
实现的扩展点:`preFilter`,`filter`,`score`。
257257
<!--
@@ -501,7 +501,7 @@ This would equate to manually enabling `MyPlugin` for all of its extension
501501
points, like so:
502502
-->
503503

504-
这相当于为所有扩展点手动启用`MyPlugin`,如下所示:
504+
这相当于为所有扩展点手动启用 `MyPlugin`,如下所示:
505505

506506
```yaml
507507
apiVersion: kubescheduler.config.k8s.io/v1beta3
@@ -732,7 +732,7 @@ as well as its seamless integration with the existing methods for configuring ex
732732
## Scheduler configuration migrations
733733
-->
734734

735-
## 调度程序配置迁移
735+
## 调度程序配置迁移 {#scheduler-configuration-migrations}
736736
{{< tabs name="tab_with_md" >}}
737737
{{% tab name="v1beta1 → v1beta2" %}}
738738
<!--
@@ -774,7 +774,7 @@ as well as its seamless integration with the existing methods for configuring ex
774774
* The scheduler plugin `ServiceAffinity` is deprecated; instead, use the [`InterPodAffinity`](/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) plugin (enabled by default) to achieve similar behavior.
775775
-->
776776
* 调度程序插件 `ServiceAffinity` 已弃用;
777-
相反,使用 [`InterPodAffinity`](/zh-cn/doc/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity)
777+
相反,使用 [`InterPodAffinity`](/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity)
778778
插件(默认启用)来实现类似的行为。
779779

780780
<!--

0 commit comments

Comments
 (0)