You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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),
0 commit comments