zh-trans: update docs/tasks/configure-pod-container/configure-volume-storage.md (#11841)

This commit is contained in:
SataQiu
2018-12-21 22:33:23 +08:00
committed by Kubernetes Prow Robot
parent 0df8f0f127
commit a5ceee0679
@@ -55,7 +55,6 @@ restarts. Here is the configuration file for the Pod:
{{< codenew file="pods/storage/redis.yaml" >}} {{< codenew file="pods/storage/redis.yaml" >}}
1. 创建 Pod: 1. 创建 Pod:
<!-- <!--
1.Create the Pod: 1.Create the Pod:
--> -->
@@ -64,7 +63,6 @@ restarts. Here is the configuration file for the Pod:
``` ```
1. 验证 Pod 中的容器是否正在运行,然后留意 Pod 的更改: 1. 验证 Pod 中的容器是否正在运行,然后留意 Pod 的更改:
<!-- <!--
1.Verify that the Pod's Container is running, and then watch for changes to 1.Verify that the Pod's Container is running, and then watch for changes to
the Pod: the Pod:
@@ -81,7 +79,6 @@ the Pod:
``` ```
1. 在另一个终端,用 shell 连接正在运行的容器: 1. 在另一个终端,用 shell 连接正在运行的容器:
<!-- <!--
1.In another terminal, get a shell to the running Container: 1.In another terminal, get a shell to the running Container:
--> -->
@@ -90,7 +87,6 @@ the Pod:
``` ```
1. 在您的 shell 终端中,切换到 `/data/redis` 目录下,然后创建一个文件: 1. 在您的 shell 终端中,切换到 `/data/redis` 目录下,然后创建一个文件:
<!-- <!--
1.In your shell, go to `/data/redis`, and then create a file: 1.In your shell, go to `/data/redis`, and then create a file:
--> -->
@@ -100,7 +96,6 @@ the Pod:
``` ```
1. 在您的 shell 终端中,列出正在运行的进程: 1. 在您的 shell 终端中,列出正在运行的进程:
<!-- <!--
1.In your shell, list the running processes: 1.In your shell, list the running processes:
--> -->
@@ -120,7 +115,6 @@ the Pod:
``` ```
1. 在您的 shell 终端中,结束 Redis 进程: 1. 在您的 shell 终端中,结束 Redis 进程:
<!-- <!--
1.In your shell, kill the Redis process: 1.In your shell, kill the Redis process:
--> -->
@@ -131,7 +125,6 @@ the Pod:
其中 `<pid>` 是 Redis 进程的 ID (PID)。 其中 `<pid>` 是 Redis 进程的 ID (PID)。
1. 在您原先终端中,留意 Redis Pod 的更改。最终您将会看到和下面类似的输出: 1. 在您原先终端中,留意 Redis Pod 的更改。最终您将会看到和下面类似的输出:
<!-- <!--
1. In your original terminal, watch for changes to the Redis Pod. Eventually, 1. In your original terminal, watch for changes to the Redis Pod. Eventually,
you will see something like this: you will see something like this: