File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,15 @@ The kubelet supports the following filesystem partitions:
85
85
Kubelet auto-discovers these filesystems and ignores other filesystems. Kubelet
86
86
does not support other configurations.
87
87
88
- {{<note >}}
89
- Some kubelet garbage collection features are deprecated in favor of eviction.
90
- For a list of the deprecated features, see
91
- [ kubelet garbage collection deprecation] ( /docs/concepts/architecture/garbage-collection/#deprecation ) .
92
- {{</note >}}
88
+ Some kubelet garbage collection features are deprecated in favor of eviction:
89
+
90
+ | Existing Flag | New Flag | Rationale |
91
+ | ------------- | -------- | --------- |
92
+ | ` --image-gc-high-threshold ` | ` --eviction-hard ` or ` --eviction-soft ` | existing eviction signals can trigger image garbage collection |
93
+ | ` --image-gc-low-threshold ` | ` --eviction-minimum-reclaim ` | eviction reclaims achieve the same behavior |
94
+ | ` --maximum-dead-containers ` | | deprecated once old logs are stored outside of container's context |
95
+ | ` --maximum-dead-containers-per-container ` | | deprecated once old logs are stored outside of container's context |
96
+ | ` --minimum-container-ttl-duration ` | | deprecated once old logs are stored outside of container's context |
93
97
94
98
### Eviction thresholds
95
99
You can’t perform that action at this time.
0 commit comments