summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderekwaynecarr <decarr@redhat.com>2016-06-01 10:44:23 -0400
committerderekwaynecarr <decarr@redhat.com>2016-06-01 10:44:44 -0400
commit837cb42e3492500356ad6568190a1612d07720d0 (patch)
treecfb2b89c89ae793ad2bce519c60a63f2b3481b80
parent56b6f3ed915845b92068101f2a4fe57285a1aa4f (diff)
Fix table formatting in eviction proposal
-rw-r--r--kubelet-eviction.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubelet-eviction.md b/kubelet-eviction.md
index 87920906..1eca8f4c 100644
--- a/kubelet-eviction.md
+++ b/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 |