From 8b16f7609f559ab66c96385d0a699c329d74ef73 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Wed, 9 Dec 2020 08:36:12 -0500 Subject: [PATCH] Fix broken link to kubernetes-csi/external-snapshotter/config/crd --- content/en/blog/_posts/2019-12-09-volume-snapshot-beta.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/_posts/2019-12-09-volume-snapshot-beta.md b/content/en/blog/_posts/2019-12-09-volume-snapshot-beta.md index e6d8d0cc2b..b18b54aeb4 100644 --- a/content/en/blog/_posts/2019-12-09-volume-snapshot-beta.md +++ b/content/en/blog/_posts/2019-12-09-volume-snapshot-beta.md @@ -44,7 +44,7 @@ As mentioned above, with the promotion of Volume Snapshot to beta, the feature i In order to use the Kubernetes Volume Snapshot feature, you must ensure the following components have been deployed on your Kubernetes cluster: -- [Kubernetes Volume Snapshot CRDs](https://github.com/kubernetes-csi/external-snapshotter/tree/master/config/crd) +- [Kubernetes Volume Snapshot CRDs](https://github.com/kubernetes-csi/external-snapshotter/tree/53469c21962339229dd150cbba50c34359acec73/config/crd) - [Volume snapshot controller](https://github.com/kubernetes-csi/external-snapshotter/tree/master/pkg/common-controller) - CSI Driver supporting Kubernetes volume snapshot beta @@ -180,7 +180,7 @@ If your cluster does not come pre-installed with the correct components, you may #### Install Snapshot Beta CRDs - `kubectl create -f config/crd` -- [https://github.com/kubernetes-csi/external-snapshotter/tree/master/config/crd](https://github.com/kubernetes-csi/external-snapshotter/tree/master/config/crd) +- [https://github.com/kubernetes-csi/external-snapshotter/tree/53469c21962339229dd150cbba50c34359acec73/config/crd](https://github.com/kubernetes-csi/external-snapshotter/tree/53469c21962339229dd150cbba50c34359acec73/config/crd) - Do this once per cluster