File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -105,13 +105,11 @@ does not support other configurations.
105
105
106
106
Some kubelet garbage collection features are deprecated in favor of eviction:
107
107
108
- | Existing Flag | New Flag | Rationale |
109
- | ------------- | -------- | --------- |
110
- | ` --image-gc-high-threshold ` | ` --eviction-hard ` or ` --eviction-soft ` | existing eviction signals can trigger image garbage collection |
111
- | ` --image-gc-low-threshold ` | ` --eviction-minimum-reclaim ` | eviction reclaims achieve the same behavior |
112
- | ` --maximum-dead-containers ` | - | deprecated once old logs are stored outside of container's context |
113
- | ` --maximum-dead-containers-per-container ` | - | deprecated once old logs are stored outside of container's context |
114
- | ` --minimum-container-ttl-duration ` | - | deprecated once old logs are stored outside of container's context |
108
+ | Existing Flag | Rationale |
109
+ | ------------- | --------- |
110
+ | ` --maximum-dead-containers ` | deprecated once old logs are stored outside of container's context |
111
+ | ` --maximum-dead-containers-per-container ` | deprecated once old logs are stored outside of container's context |
112
+ | ` --minimum-container-ttl-duration ` | deprecated once old logs are stored outside of container's context |
115
113
116
114
### Eviction thresholds
117
115
You can’t perform that action at this time.
0 commit comments