From 4fc5bf2c617ad83364a792b10563e238e7e9bb67 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Tue, 6 Aug 2019 12:17:53 +0900 Subject: [PATCH] fix broken links and changes added by editorconfig (#15628) --- content/en/docs/concepts/storage/volumes.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 4ee3e00355..b92d4ff12e 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -149,7 +149,7 @@ spec: fsType: ext4 ``` -#### CSI Migration +#### CSI Migration {{< feature-state for_k8s_version="v1.14" state="alpha" >}} @@ -241,7 +241,7 @@ spec: fsType: ext4 ``` -#### CSI Migration +#### CSI Migration {{< feature-state for_k8s_version="v1.14" state="alpha" >}} @@ -1359,16 +1359,16 @@ documentation](https://kubernetes-csi.github.io/docs/) {{< feature-state for_k8s_version="v1.14" state="alpha" >}} The CSI Migration feature, when enabled, directs operations against existing in-tree -plugins to corresponding CSI plugins (which are expected to be installed and configured). -The feature implements the necessary translation logic and shims to re-route the -operations in a seamless fashion. As a result, operators do not have to make any -configuration changes to existing Storage Classes, PVs or PVCs (referring to +plugins to corresponding CSI plugins (which are expected to be installed and configured). +The feature implements the necessary translation logic and shims to re-route the +operations in a seamless fashion. As a result, operators do not have to make any +configuration changes to existing Storage Classes, PVs or PVCs (referring to in-tree plugins) when transitioning to a CSI driver that supersedes an in-tree plugin. -In the alpha state, the operations and features that are supported include +In the alpha state, the operations and features that are supported include provisioning/delete, attach/detach, mount/unmount and resizing of volumes. -In-tree plugins that support CSI Migration and have a corresponding CSI driver implemented +In-tree plugins that support CSI Migration and have a corresponding CSI driver implemented are listed in the "Types of Volumes" section above. ### Flexvolume {#flexVolume}