Skip to content

Commit 7720ef4

Browse files
authored
Merge pull request #32182 from mattcary/patch-1
Update external provisioner specification reference in storage-classes.md
2 parents f5e8071 + 35e901c commit 7720ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ for provisioning PVs. This field must be specified.
8787
You are not restricted to specifying the "internal" provisioners
8888
listed here (whose names are prefixed with "kubernetes.io" and shipped
8989
alongside Kubernetes). You can also run and specify external provisioners,
90-
which are independent programs that follow a [specification](https://git.k8s.io/community/contributors/design-proposals/storage/volume-provisioning.md)
90+
which are independent programs that follow a [specification](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/volume-provisioning.md)
9191
defined by Kubernetes. Authors of external provisioners have full discretion
9292
over where their code lives, how the provisioner is shipped, how it needs to be
9393
run, what volume plugin it uses (including Flex), etc. The repository

0 commit comments

Comments
 (0)