Skip to content

Commit a21e5a2

Browse files
ziyi-xieTim Bannister
andauthored
Update content/en/docs/concepts/storage/volumes.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 523fad4 commit a21e5a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,12 @@ configuration changes to existing Storage Classes, PersistentVolumes or Persiste
11041104
(referring to in-tree plugins) when transitioning to a CSI driver that supersedes an in-tree plugin.
11051105

11061106
{{< note >}}
1107-
* Existing PVs created by in-tree volume plugin can still be used in the future without any configuration changes even after the `CSIMigration` is completed and corresponing in-tree volume plugins are deleted.
1107+
Existing PVs created by a in-tree volume plugin can still be used in the future without any configuration
1108+
changes, even after the migration to CSI is completed for that volume type, and even after you upgrade to a
1109+
version of Kubernetes that doesn't have compiled-in support for that kind of storage.
1110+
1111+
As part of that migration, you - or another cluster administrator - **must** have installed and configured
1112+
the appropriate CSI driver for that storage. The core of Kubernetes does not install that software for you.
11081113
* New PVs in manifests referring to in-tree volume plugins can still be created, even after the in-tree volume plugins are removed from Kubernetes.
11091114
{{< /note >}}
11101115

0 commit comments

Comments
 (0)