Skip to content

Commit dc87550

Browse files
joshgavk8s-ci-robot
authored andcommitted
correct link to storage provisioner lib repo (#16269)
1 parent 9baad86 commit dc87550

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,15 @@ alongside Kubernetes). You can also run and specify external provisioners,
9292
which are independent programs that follow a [specification](https://git.k8s.io/community/contributors/design-proposals/storage/volume-provisioning.md)
9393
defined by Kubernetes. Authors of external provisioners have full discretion
9494
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
96+
[kubernetes-sigs/sig-storage-lib-external-provisioner](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner)
9697
houses a library for writing external provisioners that implements the bulk of
97-
the specification plus various community-maintained external provisioners.
98+
the specification. Some external provisioners are listed under the repository
99+
[kubernetes-incubator/external-storage](https://github.com/kubernetes-incubator/external-storage).
98100
99-
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
103+
vendors provide their own external provisioner.
103104
104105
### Reclaim Policy
105106

0 commit comments

Comments
 (0)