Merge pull request #33743 from eminalemdar/patch-2

Update the broken link in "Volume Populators" blog
This commit is contained in:
Kubernetes Prow Robot
2022-05-16 07:28:18 -07:00
committed by GitHub
@@ -12,7 +12,7 @@ The volume populators feature is now two releases old and entering beta! The `An
gate defaults to enabled in Kubernetes v1.24, which means that users can specify any custom resource gate defaults to enabled in Kubernetes v1.24, which means that users can specify any custom resource
as the data source of a PVC. as the data source of a PVC.
An [earlier blog article](/blog/2021/08/30-volume-populators-redesigned/) detailed how the An [earlier blog article](/blog/2021/08/30/volume-populators-redesigned/) detailed how the
volume populators feature works. In short, a cluster administrator can install a CRD and volume populators feature works. In short, a cluster administrator can install a CRD and
associated populator controller in the cluster, and any user who can create instances of associated populator controller in the cluster, and any user who can create instances of
the CR can create pre-populated volumes by taking advantage of the populator. the CR can create pre-populated volumes by taking advantage of the populator.