Skip to content

Commit 35e901c

Browse files
authored
Update storage-classes.md
The link to the external provisioner specification had gone stale, it now lives in design-proposals-archive.
1 parent 305774a commit 35e901c

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)