2017-08-09 23 views

回答

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)