Skip to content

Commit 2de09c7

Browse files
authored
Merge pull request #35245 from windsonsea/gargoss
[zh-cn] resync /glossary/extensions.md
2 parents a7d8b54 + 5035fb3 commit 2de09c7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/zh-cn/docs/reference/glossary/extensions.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 扩展组件(Extensions)
33
id: Extensions
44
date: 2019-02-01
5-
full_link: /zh-cn/docs/concepts/extend-kubernetes/extend-cluster/#extensions
5+
full_link: /zh-cn/docs/concepts/extend-kubernetes/#extensions
66
short_description: >
77
扩展组件是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
88
aka:
@@ -15,7 +15,7 @@ tags:
1515
title: Extensions
1616
id: Extensions
1717
date: 2019-02-01
18-
full_link: /docs/concepts/extend-kubernetes/extend-cluster/#extensions
18+
full_link: /docs/concepts/extend-kubernetes/#extensions
1919
short_description: >
2020
Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware.
2121
@@ -32,10 +32,9 @@ tags:
3232
<!--more-->
3333

3434
<!--
35-
Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters come with extensions pre-installed. As a result, most Kubernetes users will not need to install [extensions](/docs/concepts/extend-kubernetes/extend-cluster/#extensions) and even fewer users will need to author new ones.
35+
Many cluster administrators use a hosted or distribution instance of Kubernetes. These clusters come with extensions pre-installed. As a result, most Kubernetes users will not need to install [extensions](/docs/concepts/extend-kubernetes/) and even fewer users will need to author new ones.
3636
-->
3737

3838
许多集群管理员会使用托管的 Kubernetes 或其某种发行包,这些集群预装了扩展。
39-
因此,大多数 Kubernetes 用户将不需要
40-
安装[扩展组件](/zh-cn/docs/concepts/extend-kubernetes/extend-cluster/#extensions)
39+
因此,大多数 Kubernetes 用户将不需要安装[扩展组件](/zh-cn/docs/concepts/extend-kubernetes/)
4140
需要编写新的扩展组件的用户就更少了。

content/zh-cn/docs/reference/glossary/garbage-collection.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ tags:
3535
<!--more-->
3636

3737
<!--
38-
Kubernetes uses garbage collection to clean up resources like [unused containers and images](/docs/concepts/workloads/controllers/garbage-collection/#containers-images),
38+
Kubernetes uses garbage collection to clean up resources like
39+
[unused containers and images](/docs/concepts/architecture/garbage-collection/#containers-images),
3940
[failed Pods](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection),
4041
[objects owned by the targeted resource](/docs/concepts/overview/working-with-objects/owners-dependents/),
4142
[completed Jobs](/docs/concepts/workloads/controllers/ttlafterfinished/), and resources
4243
that have expired or failed.
4344
-->
4445
Kubernetes 使用垃圾收集机制来清理资源,例如:
45-
[未使用的容器和镜像](/zh-cn/docs/concepts/workloads/controllers/garbage-collection/#containers-images)
46+
[未使用的容器和镜像](/zh-cn/docs/concepts/architecture/garbage-collection/#containers-images)
4647
[失败的 Pod](/zh-cn/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection)
4748
[目标资源拥有的对象](/zh-cn/docs/concepts/overview/working-with-objects/owners-dependents/)
4849
[已完成的 Job](/zh-cn/docs/concepts/workloads/controllers/ttlafterfinished/)

0 commit comments

Comments
 (0)