You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/storage/storage-classes.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,14 +92,15 @@ alongside Kubernetes). You can also run and specify external provisioners,
92
92
which are independent programs that follow a [specification](https://git.k8s.io/community/contributors/design-proposals/storage/volume-provisioning.md)
93
93
defined by Kubernetes. Authors of external provisioners have full discretion
94
94
over where their code lives, how the provisioner is shipped, how it needs to be
95
-
run, what volume plugin it uses (including Flex), etc. The repository [kubernetes-incubator/external-storage](https://github.com/kubernetes-incubator/external-storage)
95
+
run, what volume plugin it uses (including Flex), etc. The repository
For example, NFS doesn't provide an internal provisioner, but an external provisioner
100
-
can be used. Some external provisioners are listed under the repository [kubernetes-incubator/external-storage](https://github.com/kubernetes-incubator/external-storage).
101
-
There are also cases when 3rd party storage vendors provide their own external
102
-
provisioner.
101
+
For example, NFS doesn't provide an internal provisioner, but an external
102
+
provisioner can be used. There are also cases when 3rd party storage
0 commit comments