From 655f285b5953cf920b4f86832cc50d7491330a40 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 15 May 2018 02:24:26 +0800 Subject: [PATCH] Typo fix: Kubernets->Kubernetes (#8531) Kubernets->Kubernetes --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 46330f8eeb..5604979e9c 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1027,7 +1027,7 @@ Kubernetes) to expose arbitrary storage systems to their container workloads. Please read the [CSI design proposal](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/container-storage-interface.md) for more information. CSI support was introduced as alpha in Kubernetes v1.9 and moved to beta in -Kubernets v1.10. +Kubernetes v1.10. Once a CSI compatible volume driver is deployed on a Kubernetes cluster, users may use the `csi` volume type to attach, mount, etc. the volumes exposed by the