Skip to content

Commit 23a158b

Browse files
authored
Merge pull request #29818 from zhiguo-lu/trans-glossary-garbage-collection
[zh] translate glossary/Garbage Collection
2 parents 24a3780 + 6d61d43 commit 23a158b

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: 垃圾收集
3+
id: garbage-collection
4+
date: 2021-07-07
5+
full_link: /zh/docs/concepts/workloads/controllers/garbage-collection/
6+
short_description: >
7+
Kubernetes 用于清理集群资源的各种机制的统称。
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
- operation
13+
---
14+
<!--
15+
title: Garbage Collection
16+
id: garbage-collection
17+
date: 2021-07-07
18+
full_link: /docs/concepts/workloads/controllers/garbage-collection/
19+
short_description: >
20+
A collective term for the various mechanisms Kubernetes uses to clean up cluster
21+
resources.
22+
23+
aka:
24+
tags:
25+
- fundamental
26+
- operation
27+
-->
28+
29+
<!--
30+
Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up
31+
cluster resources.
32+
-->
33+
垃圾收集是 Kubernetes 用于清理集群资源的各种机制的统称。
34+
35+
<!--more-->
36+
37+
<!--
38+
Kubernetes uses garbage collection to clean up resources like [unused containers and images](/docs/concepts/workloads/controllers/garbage-collection/#containers-images),
39+
[failed Pods](/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection),
40+
[objects owned by the targeted resource](/docs/concepts/overview/working-with-objects/owners-dependents/),
41+
[completed Jobs](/docs/concepts/workloads/controllers/ttlafterfinished/), and resources
42+
that have expired or failed.
43+
-->
44+
Kubernetes 使用垃圾收集机制来清理资源,例如:
45+
[未使用的容器和镜像](/zh/docs/concepts/workloads/controllers/garbage-collection/#containers-images)
46+
[失败的 Pod](/zh/docs/concepts/workloads/pods/pod-lifecycle/#pod-garbage-collection)
47+
[目标资源拥有的对象](/zh/docs/concepts/overview/working-with-objects/owners-dependents/)
48+
[已完成的 Job](/zh/docs/concepts/workloads/controllers/ttlafterfinished/)
49+
过期或出错的资源。

0 commit comments

Comments
 (0)