Fixed flag for eviction-soft.

reviewable/pr2602/r1
Guangya Liu 2017-02-22 10:11:42 +08:00 committed by mengyuan
parent 8f6de25c98
commit f5e5175247
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Including:
| Existing Flag | New Flag | Rationale |
| ------------- | -------- | --------- |
| `--image-gc-high-threshold` | `--eviction-hard` or `eviction-soft` | existing eviction signals can trigger image garbage collection |
| `--image-gc-high-threshold` | `--eviction-hard` or `--eviction-soft` | existing eviction signals can trigger image garbage collection |
| `--image-gc-low-threshold` | `--eviction-minimum-reclaim` | eviction reclaims achieve the same behavior |
| `--maximum-dead-containers` | | deprecated once old logs are stored outside of container's context |
| `--maximum-dead-containers-per-container` | | deprecated once old logs are stored outside of container's context |