fix broken links and changes added by editorconfig (#15628)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
608693830e
commit
4fc5bf2c61
@@ -149,7 +149,7 @@ spec:
|
|||||||
fsType: ext4
|
fsType: ext4
|
||||||
```
|
```
|
||||||
|
|
||||||
#### CSI Migration
|
#### CSI Migration
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.14" state="alpha" >}}
|
{{< feature-state for_k8s_version="v1.14" state="alpha" >}}
|
||||||
|
|
||||||
@@ -241,7 +241,7 @@ spec:
|
|||||||
fsType: ext4
|
fsType: ext4
|
||||||
```
|
```
|
||||||
|
|
||||||
#### CSI Migration
|
#### CSI Migration
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.14" state="alpha" >}}
|
{{< 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" >}}
|
{{< feature-state for_k8s_version="v1.14" state="alpha" >}}
|
||||||
|
|
||||||
The CSI Migration feature, when enabled, directs operations against existing in-tree
|
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).
|
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
|
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
|
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
|
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-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.
|
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.
|
are listed in the "Types of Volumes" section above.
|
||||||
|
|
||||||
### Flexvolume {#flexVolume}
|
### Flexvolume {#flexVolume}
|
||||||
|
|||||||
Reference in New Issue
Block a user