gpt4 book ai didi

garbage-collection - 如何更改 Kubernetes 垃圾回收阈值

转载 作者:行者123 更新时间:2023-12-02 11:49:15 25 4
gpt4 key购买 nike

默认情况下,image-gc-high-threshold 和 image-gc-low-threshold 值分别为 90% 和 80%。

我们想将它们更改为 80 和 70,我们如何更改 Kubernetes 图像垃圾收集阈值。

提前致谢。

最佳答案

可以使用 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)

关于garbage-collection - 如何更改 Kubernetes 垃圾回收阈值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45592781/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com