summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorVish Kannan <vishh@users.noreply.github.com>2017-03-13 19:52:12 -0700
committerGitHub <noreply@github.com>2017-03-13 19:52:12 -0700
commit90a855dd3f3e7a5d71b59748335e0b91defbb47b (patch)
tree05c952b654b69a906bf238991bc4d34dfd56ad30 /contributors
parent4dbe1aa8e0bebd73bab2e38944fd901a83eb7929 (diff)
Fix storage requirement typo
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/local-storage-overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/local-storage-overview.md b/contributors/design-proposals/local-storage-overview.md
index 1dee9f4c..05d40680 100644
--- a/contributors/design-proposals/local-storage-overview.md
+++ b/contributors/design-proposals/local-storage-overview.md
@@ -101,7 +101,7 @@ Since local PVs are only accessible from specific nodes, a new PV-node associati
volumes:
- name: myEmptyDir
emptyDir:
- size: 1Gi
+ size: 20Gi
```
3. Alice’s pod “foo” is Guaranteed a total of “21.5Gi” of local storage. The container “fooc” in her pod cannot consume more than 1Gi for writable layer and 500Mi for logs, and “myEmptyDir” volume cannot consume more than 20Gi.