Merge pull request #606 from sebgl/fix-pvc-link

Update link to the PersistentVolumeClaimBinder design doc
This commit is contained in:
Jérôme Petazzoni
2022-01-23 09:08:11 +01:00
committed by GitHub

View File

@@ -136,7 +136,7 @@ class: extra-details
(this will associate it to the specified PVC, but only if the PV satisfies all the requirements of the PVC; otherwise another PV might end up being picked)
- For all the details about the PersistentVolumeClaimBinder, check [this doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/persistent-storage.md#matching-and-binding)
- For all the details about the PersistentVolumeClaimBinder, check [this doc](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/persistent-storage.md#matching-and-binding)
---