Skip to content

Commit f7ec7a1

Browse files
authored
fix: kubernetes design proposal URL expired
Because of Kubernetes proposal design proposals have been archived, the relevant link in the current document is no longer working. So I made an update with this commit. Signed-off-by: LetFu <[email protected]>
1 parent b676558 commit f7ec7a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The external-provisioner is a sidecar container that dynamically provisions volumes by calling `CreateVolume` and `DeleteVolume` functions of CSI drivers. It is necessary because internal persistent volume controller running in Kubernetes controller-manager does not have any direct interfaces to CSI drivers.
44

55
## Overview
6-
The external-provisioner is an external controller that monitors `PersistentVolumeClaim` objects created by user and creates/deletes volumes for them. Full design can be found at Kubernetes proposal at [container-storage-interface.md](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/container-storage-interface.md)
6+
The external-provisioner is an external controller that monitors `PersistentVolumeClaim` objects created by user and creates/deletes volumes for them. Full design can be found at Kubernetes proposal at [container-storage-interface.md](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/container-storage-interface.md)
77

88
## Compatibility
99

@@ -132,7 +132,7 @@ See the [storage capacity section](#capacity-support) below for details.
132132

133133
External-provisioner interacts with Kubernetes by watching PVCs and
134134
PVs and implementing the [external provisioner
135-
protocol](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/container-storage-interface.md#provisioning-and-deleting).
135+
protocol](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/container-storage-interface.md#provisioning-and-deleting).
136136
The [design document](./doc/design.md) explains this in more detail.
137137

138138
### Topology support

Diff for: doc/design.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
External-provisioner interacts with Kubernetes by watching PVCs and
44
PVs and implementing the [external provisioner
5-
protocol](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/container-storage-interface.md#provisioning-and-deleting).
5+
protocol](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/container-storage-interface.md#provisioning-and-deleting).
66
The following diagram illustrates that, starting with the creation of
77
a PVC by a user and ending with the removal of all resources.
88

0 commit comments

Comments
 (0)