Update persistent_volumes.md

In main text of this doc, "minikube" and "Minikube" both appears. 
Minikube is a proper noun. So it's better use same format in a doc.
pull/2404/head
AdamDang 2018-03-25 15:24:06 +08:00 committed by dlorenc
parent a000c35e17
commit c44c11fe5c
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
## Persistent Volumes
Minikube supports [PersistentVolumes](http://kubernetes.io/docs/user-guide/persistent-volumes/) of type `hostPath`.
These PersistentVolumes are mapped to a directory inside the minikube VM.
These PersistentVolumes are mapped to a directory inside the Minikube VM.
The Minikube VM boots into a tmpfs, so most directories will not be persisted across reboots (`minikube stop`).
However, Minikube is configured to persist files stored under the following directories in the minikube VM:
However, Minikube is configured to persist files stored under the following directories in the Minikube VM:
* `/data`
* `/var/lib/localkube`