From dc87550f49bb8bffe187844e5c925723a519be8d Mon Sep 17 00:00:00 2001 From: Josh Gavant <4421720+joshgav@users.noreply.github.com> Date: Thu, 12 Sep 2019 12:06:29 -0500 Subject: [PATCH] correct link to storage provisioner lib repo (#16269) --- content/en/docs/concepts/storage/storage-classes.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index 56eae20437..dc75e2433d 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -92,14 +92,15 @@ alongside Kubernetes). You can also run and specify external provisioners, which are independent programs that follow a [specification](https://git.k8s.io/community/contributors/design-proposals/storage/volume-provisioning.md) defined by Kubernetes. Authors of external provisioners have full discretion over where their code lives, how the provisioner is shipped, how it needs to be -run, what volume plugin it uses (including Flex), etc. The repository [kubernetes-incubator/external-storage](https://github.com/kubernetes-incubator/external-storage) +run, what volume plugin it uses (including Flex), etc. The repository +[kubernetes-sigs/sig-storage-lib-external-provisioner](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner) houses a library for writing external provisioners that implements the bulk of -the specification plus various community-maintained external provisioners. +the specification. Some external provisioners are listed under the repository +[kubernetes-incubator/external-storage](https://github.com/kubernetes-incubator/external-storage). -For example, NFS doesn't provide an internal provisioner, but an external provisioner -can be used. Some external provisioners are listed under the repository [kubernetes-incubator/external-storage](https://github.com/kubernetes-incubator/external-storage). -There are also cases when 3rd party storage vendors provide their own external -provisioner. +For example, NFS doesn't provide an internal provisioner, but an external +provisioner can be used. There are also cases when 3rd party storage +vendors provide their own external provisioner. ### Reclaim Policy