From 1cf90a8f701e27171bcb512edf54c0ccf983e516 Mon Sep 17 00:00:00 2001 From: derekwaynecarr Date: Wed, 1 Jun 2016 10:44:23 -0400 Subject: [PATCH] Fix table formatting in eviction proposal --- docs/proposals/kubelet-eviction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/proposals/kubelet-eviction.md b/docs/proposals/kubelet-eviction.md index 8792090647c..1eca8f4c956 100644 --- a/docs/proposals/kubelet-eviction.md +++ b/docs/proposals/kubelet-eviction.md @@ -369,6 +369,7 @@ The default `minimum-eviction-threshold` is `0` for all resources. some of the existing features/flags around disk space retrieval will be deprecated in-favor of this proposal. | Existing Flag | New Flag | Rationale | +| ------------- | -------- | --------- | | `--image-gc-high-threshold` | `--eviction-hard` or `eviction-soft` | existing eviction signals can capture image garbage collection | | `--image-gc-low-threshold` | `--minimum-eviction-thresholds` | eviction thresholds achieve the same behavior | | `--maximum-dead-containers` | | deprecated once old logs are stored outside of container's context |