diff --git a/docs/admin/garbage-collection.md b/docs/admin/garbage-collection.md index 4038761ee5d..09e438e5392 100644 --- a/docs/admin/garbage-collection.md +++ b/docs/admin/garbage-collection.md @@ -66,7 +66,7 @@ pod (UID, container name) pair is allowed to have, less than zero for no limit. `MaxContainers` is the max number of total dead containers, less than zero for no limit as well. kubelet sorts out containers which are unidentified or stay out of bounds set by previous -mentioned three flags. Gernerally the oldest containers are removed first. Since we take both +mentioned three flags. Generally the oldest containers are removed first. Since we take both `MaxPerPodContainer` and `MaxContainers` into consideration, it could happen when they have conflict -- retaining the max number of containers per pod goes out of range set by max number of global dead containers. In this case, we would sacrifice the `MaxPerPodContainer` diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index 7925c273a67..d5ae5f80232 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -25733,7 +25733,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }