Skip to content

Commit

Permalink
fix: remove redundant modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
iterable-company committed Aug 16, 2023
1 parent 8dda7bc commit e45190f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ kubeletは、ディスク使用量が`LowThresholdPercent`値に達するまで
kubeletは、次の変数に基づいて未使用のコンテナをガベージコレクションします。

* `MinAge`: kubeletがガベージコレクションできるコンテナの最低期間。`0`を設定すると無効化されます。
* `MaxPerPodContainer`: 各Podのペアが持つことができるデッドコンテナの最大数`0`未満に設定すると無効化されます。
* `MaxPerPodContainer`: 各Podが持つことができるデッドコンテナの最大数`0`未満に設定すると無効化されます。
* `MaxContainers`: クラスターが持つことができるデッドコンテナの最大数。`0`未満に設定すると無効化されます。

これらの変数に加えて、kubeletは、通常、最も古いものから順に、定義されていない削除されたコンテナをガベージコレクションします。
Expand Down

0 comments on commit e45190f

Please sign in to comment.