Skip to content

Commit

Permalink
fix param error (#17249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lojies authored and k8s-ci-robot committed Oct 30, 2019
1 parent 647b4cd commit 4b42817
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -825,8 +825,14 @@ kubelet [flags]
<td colspan="2">--maximum-dead-containers int32</td> <td colspan="2">--maximum-dead-containers int32</td>
</tr> </tr>
<tr> <tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.) <td></td><td style="line-height: 130%; word-wrap: break-word;">Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)</td>
--maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)</td> </tr>

<tr>
<td colspan="2">--maximum-dead-containers-per-container int32</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)</td>
</tr> </tr>


<tr> <tr>
Expand Down

0 comments on commit 4b42817

Please sign in to comment.