File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1110,7 +1110,14 @@ version of Kubernetes that doesn't have compiled-in support for that kind of sto
1110
1110
1111
1111
As part of that migration, you - or another cluster administrator - **must** have installed and configured
1112
1112
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.
1114
1121
{{< /note >}}
1115
1122
1116
1123
The operations and features that are supported include :
You can’t perform that action at this time.
0 commit comments