@@ -196,23 +196,19 @@ kubelet 会自动发现这些文件系统并忽略节点本地的其它文件系
196
196
<!--
197
197
Some kubelet garbage collection features are deprecated in favor of eviction:
198
198
199
- | Existing Flag | New Flag | Rationale |
200
- | ------------- | -------- | --------- |
201
- | `--image-gc-high-threshold` | `--eviction-hard` or `--eviction-soft` | existing eviction signals can trigger image garbage collection |
202
- | `--image-gc-low-threshold` | `--eviction-minimum-reclaim` | eviction reclaims achieve the same behavior |
203
- | `--maximum-dead-containers` | - | deprecated once old logs are stored outside of container's context |
204
- | `--maximum-dead-containers-per-container` | - | deprecated once old logs are stored outside of container's context |
205
- | `--minimum-container-ttl-duration` | - | deprecated once old logs are stored outside of container's context |
199
+ | Existing Flag | Rationale |
200
+ | ------------- | --------- |
201
+ | `--maximum-dead-containers` | deprecated once old logs are stored outside of container's context |
202
+ | `--maximum-dead-containers-per-container` | deprecated once old logs are stored outside of container's context |
203
+ | `--minimum-container-ttl-duration` | deprecated once old logs are stored outside of container's context |
206
204
-->
207
205
一些 kubelet 垃圾收集功能已被弃用,以鼓励使用驱逐机制。
208
206
209
- | 现有标志 | 新的标志 | 原因 |
210
- | ------------- | -------- | --------- |
211
- | ` --image-gc-high-threshold ` | ` --eviction-hard ` 或 ` --eviction-soft ` | 现有的驱逐信号可以触发镜像垃圾收集 |
212
- | ` --image-gc-low-threshold ` | ` --eviction-minimum-reclaim ` | 驱逐回收具有相同的行为 |
213
- | ` --maximum-dead-containers ` | - | 一旦旧的日志存储在容器的上下文之外就会被弃用 |
214
- | ` --maximum-dead-containers-per-container ` | - | 一旦旧的日志存储在容器的上下文之外就会被弃用 |
215
- | ` --minimum-container-ttl-duration ` | - | 一旦旧的日志存储在容器的上下文之外就会被弃用 |
207
+ | 现有标志 | 原因 |
208
+ | ----------------------------------------- | ----------------------------------- |
209
+ | ` --maximum-dead-containers ` | 一旦旧的日志存储在容器的上下文之外就会被弃用 |
210
+ | ` --maximum-dead-containers-per-container ` | 一旦旧的日志存储在容器的上下文之外就会被弃用 |
211
+ | ` --minimum-container-ttl-duration ` | 一旦旧的日志存储在容器的上下文之外就会被弃用 |
216
212
217
213
<!--
218
214
### Eviction thresholds
0 commit comments