Skip to content

Commit 9f62122

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,14 @@ version of Kubernetes that doesn't have compiled-in support for that kind of sto
11101110

11111111
As part of that migration, you - or another cluster administrator - **must** have installed and configured
11121112
the appropriate CSI driver for that storage. The core of Kubernetes does not install that software for you.
1113-
* 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.
1113+
1114+
---
1115+
1116+
After that migration, you can also define new PVCs and PVs that refer to the legacy, built-in
1117+
storage integrations.
1118+
Provided you have the appropriate CSI driver installed and configured, the PV creation continues
1119+
to work, even for brand new volumes. The actual storage management now happens through
1120+
the CSI driver.
11141121
{{< /note >}}
11151122

11161123
The operations and features that are supported include:

0 commit comments

Comments
 (0)