diff --git a/docs/admin/garbage-collection.md b/docs/admin/garbage-collection.md index ad7eabad9d..c6cd861d58 100644 --- a/docs/admin/garbage-collection.md +++ b/docs/admin/garbage-collection.md @@ -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.