Fix storage requirement typo

This commit is contained in:
Vish Kannan 2017-03-13 19:52:12 -07:00 committed by GitHub
parent 4dbe1aa8e0
commit 90a855dd3f
1 changed files with 1 additions and 1 deletions

View File

@ -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. Alices 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.