Skip to content

Commit c40d90f

Browse files
authored
Merge pull request #43336 from Affan-7/image-gc
Remove misleading docs around eviction and image garbage collection
2 parents b6af78d + 2b61bd9 commit c40d90f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,11 @@ does not support other configurations.
105105

106106
Some kubelet garbage collection features are deprecated in favor of eviction:
107107

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 |
115113

116114
### Eviction thresholds
117115

0 commit comments

Comments
 (0)