mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Update README.md
This commit is contained in:
parent
b05d5a76b9
commit
1d988754d9
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ Notes:
|
|||
|
||||
##### Volume Types
|
||||
|
||||
- **EmptyDir**: Creates a new directory that, will persist across container failures and restarts.
|
||||
- **EmptyDir**: Creates a new directory that will exist as long as the Pod is running on the node, but it can persist across container failures and restarts.
|
||||
- **HostPath**: Mounts an existing directory on the node's file system (e.g. `/var/logs`).
|
||||
|
||||
See [volumes](../../../docs/user-guide/volumes.md) for more details.
|
||||
|
|
|
|||
Loading…
Reference in a new issue