Update garbage-collection.md (#2732)

change "higher" to "larger"
This commit is contained in:
Xiaoyu Zhang
2017-03-22 09:23:20 +08:00
committed by Andrew Chen
parent 05b7a64d8f
commit 60466527e0
+1 -1
View File
@@ -51,7 +51,7 @@ Default is -1, which means there is no global limit.
Containers can potentially be garbage collected before their usefulness has expired. These containers
can contain logs and other data that can be useful for troubleshooting. A sufficiently large value for
`maximum-dead-containers-per-container` is highly recommended to allow at least 1 dead container to be
retained per expected container. A higher value for `maximum-dead-containers` is also recommended for a
retained per expected container. A larger value for `maximum-dead-containers` is also recommended for a
similar reason.
See [this issue](https://github.com/kubernetes/kubernetes/issues/13287) for more details.