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
parent
a000c35e17
commit
c44c11fe5c
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue