Skip to content

Commit

Permalink
[zh-cn] resync /glossary/extensions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Jul 22, 2022
1 parent 973d95a commit 5035fb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions content/zh-cn/docs/reference/glossary/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 扩展组件(Extensions)
id: Extensions
date: 2019-02-01
full_link: /zh-cn/docs/concepts/extend-kubernetes/extend-cluster/#extensions
full_link: /zh-cn/docs/concepts/extend-kubernetes/#extensions
short_description: >
扩展组件是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
aka:
Expand All @@ -15,7 +15,7 @@ tags:
title: Extensions
id: Extensions
date: 2019-02-01
full_link: /docs/concepts/extend-kubernetes/extend-cluster/#extensions
full_link: /docs/concepts/extend-kubernetes/#extensions
short_description: >
Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware.
Expand All @@ -32,10 +32,9 @@ tags:
<!--more-->

<!--
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.
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.
-->

许多集群管理员会使用托管的 Kubernetes 或其某种发行包,这些集群预装了扩展。
因此,大多数 Kubernetes 用户将不需要
安装[扩展组件](/zh-cn/docs/concepts/extend-kubernetes/extend-cluster/#extensions)
因此,大多数 Kubernetes 用户将不需要安装[扩展组件](/zh-cn/docs/concepts/extend-kubernetes/)
需要编写新的扩展组件的用户就更少了。
5 changes: 3 additions & 2 deletions content/zh-cn/docs/reference/glossary/garbage-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ tags:
<!--more-->

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

0 comments on commit 5035fb3

Please sign in to comment.