From caf4fd1c62fb86d1388d7d17eb6647a963c8585f Mon Sep 17 00:00:00 2001 From: Kobayashi Daisuke Date: Fri, 1 Apr 2022 15:40:41 +0900 Subject: [PATCH] Update content/ja/docs/concepts/architecture/garbage-collection.md Co-authored-by: nasa9084 --- content/ja/docs/concepts/architecture/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/concepts/architecture/garbage-collection.md b/content/ja/docs/concepts/architecture/garbage-collection.md index cfc071c752..1ecf373059 100644 --- a/content/ja/docs/concepts/architecture/garbage-collection.md +++ b/content/ja/docs/concepts/architecture/garbage-collection.md @@ -117,7 +117,7 @@ kubeletは、次の変数に基づいて未使用のコンテナをガベージ さらに、削除されたPodが所有するコンテナは、`MinAge`より古くなると削除されます。 {{}} - kubeletがガベージコレクションするのは、自分が管理するコンテナーのみです。 + kubeletがガベージコレクションするのは、自分が管理するコンテナのみです。 {{}} ## ガベージコレクションの設定 {#configuring-gc}