We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb67447 commit 486815aCopy full SHA for 486815a
content/en/docs/concepts/architecture/garbage-collection.md
@@ -144,7 +144,7 @@ which you can define:
144
145
* `MinAge`: the minimum age at which the kubelet can garbage collect a
146
container. Disable by setting to `0`.
147
- * `MaxPerPodContainer`: the maximum number of dead containers each Pod pair (UID, container name)
+ * `MaxPerPodContainer`: the maximum number of dead containers each Pod
148
can have. Disable by setting to less than `0`.
149
* `MaxContainers`: the maximum number of dead containers the cluster can have.
150
Disable by setting to less than `0`.
0 commit comments