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/zh/docs/concepts/storage/storage-classes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ for provisioning PVs. This field must be specified.
132
132
You are not restricted to specifying the "internal" provisioners
133
133
listed here (whose names are prefixed with "kubernetes.io" and shipped
134
134
alongside Kubernetes). You can also run and specify external provisioners,
135
-
which are independent programs that follow a [specification](https://git.k8s.io/community/contributors/design-proposals/storage/volume-provisioning.md)
135
+
which are independent programs that follow a [specification](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/volume-provisioning.md))
136
136
defined by Kubernetes. Authors of external provisioners have full discretion
137
137
over where their code lives, how the provisioner is shipped, how it needs to be
138
138
run, what volume plugin it uses (including Flex), etc. The repository
0 commit comments