Skip to content

Commit 486815a

Browse files
authored
Update garbage-collection.md
Incorporated review suggestion
1 parent cb67447 commit 486815a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/garbage-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ which you can define:
144144

145145
* `MinAge`: the minimum age at which the kubelet can garbage collect a
146146
container. Disable by setting to `0`.
147-
* `MaxPerPodContainer`: the maximum number of dead containers each Pod pair (UID, container name)
147+
* `MaxPerPodContainer`: the maximum number of dead containers each Pod
148148
can have. Disable by setting to less than `0`.
149149
* `MaxContainers`: the maximum number of dead containers the cluster can have.
150150
Disable by setting to less than `0`.

0 commit comments

Comments
 (0)