Update content/ja/docs/concepts/architecture/garbage-collection.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
Kobayashi Daisuke 2022-04-01 15:40:41 +09:00 committed by GitHub
parent 27456336a4
commit caf4fd1c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ kubeletは、次の変数に基づいて未使用のコンテナをガベージ
さらに、削除されたPodが所有するコンテナは、`MinAge`より古くなると削除されます。
{{<note>}}
kubeletがガベージコレクションするのは、自分が管理するコンテナのみです。
kubeletがガベージコレクションするのは、自分が管理するコンテナのみです。
{{</note>}}
## ガベージコレクションの設定 {#configuring-gc}