Merge pull request #32856 from mengjiao-liu/update_pv_link

Update links in file default-storage-class-prereqs.md to avoid using targets that are redirected.
This commit is contained in:
Kubernetes Prow Robot
2022-04-11 03:16:06 -07:00
committed by GitHub
@@ -1,6 +1,6 @@
You need to either have a [dynamic PersistentVolume provisioner](/docs/concepts/storage/dynamic-provisioning/) with a default
[StorageClass](/docs/concepts/storage/storage-classes/),
or [statically provision PersistentVolumes](/docs/user-guide/persistent-volumes/#provisioning)
yourself to satisfy the [PersistentVolumeClaims](/docs/user-guide/persistent-volumes/#persistentvolumeclaims)
or [statically provision PersistentVolumes](/docs/concepts/storage/persistent-volumes/#provisioning)
yourself to satisfy the [PersistentVolumeClaims](/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims)
used here.