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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ for provisioning PVs. This field must be specified.
87
87
You are not restricted to specifying the "internal" provisioners
88
88
listed here (whose names are prefixed with "kubernetes.io" and shipped
89
89
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)
91
91
defined by Kubernetes. Authors of external provisioners have full discretion
92
92
over where their code lives, how the provisioner is shipped, how it needs to be
93
93
run, what volume plugin it uses (including Flex), etc. The repository
0 commit comments