From b05d5a76b953c9a32aebb1ef1c9993132acf9bbd Mon Sep 17 00:00:00 2001 From: jijun2 Date: Fri, 25 Sep 2015 06:50:25 -0400 Subject: [PATCH 1/2] Describe more clearly --- docs/user-guide/walkthrough/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/walkthrough/README.md b/docs/user-guide/walkthrough/README.md index e5fe13d13cb..7258134c209 100644 --- a/docs/user-guide/walkthrough/README.md +++ b/docs/user-guide/walkthrough/README.md @@ -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 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. From 1d988754d9753e7d00aae3d089274eba8f7315e6 Mon Sep 17 00:00:00 2001 From: jijun2 Date: Fri, 25 Sep 2015 17:57:25 +0800 Subject: [PATCH 2/2] Update README.md --- docs/user-guide/walkthrough/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/walkthrough/README.md b/docs/user-guide/walkthrough/README.md index 7258134c209..3894a8679a1 100644 --- a/docs/user-guide/walkthrough/README.md +++ b/docs/user-guide/walkthrough/README.md @@ -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.