From 09539180b09ec5274d7f02d3172d2d1b1026e2ee Mon Sep 17 00:00:00 2001 From: "paul.zhang" Date: Wed, 15 Jun 2022 15:00:40 +0800 Subject: [PATCH] Correct typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct typos:挂在->挂载 --- content/zh-cn/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/concepts/storage/volumes.md b/content/zh-cn/docs/concepts/storage/volumes.md index 21a9d83aa6..b8d0eb94ff 100644 --- a/content/zh-cn/docs/concepts/storage/volumes.md +++ b/content/zh-cn/docs/concepts/storage/volumes.md @@ -1525,7 +1525,7 @@ backed by tmpfs (a RAM-backed filesystem) so they are never written to non-volatile storage. --> `secret` 卷用来给 Pod 传递敏感信息,例如密码。你可以将 Secret 存储在 Kubernetes -API 服务器上,然后以文件的形式挂在到 Pod 中,无需直接与 Kubernetes 耦合。 +API 服务器上,然后以文件的形式挂载到 Pod 中,无需直接与 Kubernetes 耦合。 `secret` 卷由 tmpfs(基于 RAM 的文件系统)提供存储,因此它们永远不会被写入非易失性(持久化的)存储器。