From 90a855dd3f3e7a5d71b59748335e0b91defbb47b Mon Sep 17 00:00:00 2001 From: Vish Kannan Date: Mon, 13 Mar 2017 19:52:12 -0700 Subject: Fix storage requirement typo --- contributors/design-proposals/local-storage-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3