From c4edcaabaa62e25672858fa94c143072ef24130b Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 30 Nov 2020 01:53:06 +0200 Subject: [PATCH] sync link to CSI ephemeral volumes (zh) --- content/zh/docs/concepts/storage/ephemeral-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/storage/ephemeral-volumes.md b/content/zh/docs/concepts/storage/ephemeral-volumes.md index 32190eb3e9..47eab07777 100644 --- a/content/zh/docs/concepts/storage/ephemeral-volumes.md +++ b/content/zh/docs/concepts/storage/ephemeral-volumes.md @@ -72,7 +72,7 @@ different purposes: [downwardAPI](/docs/concepts/storage/volumes/#downwardapi), [secret](/docs/concepts/storage/volumes/#secret): inject different kinds of Kubernetes data into a Pod -- [CSI ephemeral volumes](#csi-ephemeral-volume): +- [CSI ephemeral volumes](#csi-ephemeral-volumes): similar to the previous volume kinds, but provided by special [CSI drivers](https://github.com/container-storage-interface/spec/blob/master/spec.md) which specifically [support this feature](https://kubernetes-csi.github.io/docs/drivers.html)