答えて

0

ガベージコレクションのしきい値を変更するには、kubeletのスイッチを使用します。 the docs

--image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. (default 85) 
--image-gc-low-threshold int32  The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. (default 80) 
関連する問題