From 8cd0d5d9346ecebdf23ccfc03c3dc27818cf424e Mon Sep 17 00:00:00 2001 From: Damien Goblot Date: Thu, 3 Feb 2022 18:36:21 -0500 Subject: [PATCH] fixes kubernetes-sigs/gcp-compute-persistent-disk-csi-driver#913 --- docs/kubernetes/user-guides/snapshots.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/kubernetes/user-guides/snapshots.md b/docs/kubernetes/user-guides/snapshots.md index 0791a1638..bebe27808 100644 --- a/docs/kubernetes/user-guides/snapshots.md +++ b/docs/kubernetes/user-guides/snapshots.md @@ -149,6 +149,8 @@ elsewhere in GCP. 1. Create a `VolumeSnapshot` resource which will be bound to a pre-provisioned `VolumeSnapshotContents`. Note this is called `restored-snapshot`; this name can be changed, but do it consistently across the other resources. + `VolumeSnapshotContentName` field must reference to the + VolumeSnapshotContent's name for the bidirectional binding to be valid. ```console kubectl apply -f - <