Skip to content

Commit 99a5d45

Browse files
committed
Correct snapshot name in kubectl get cmd
Signed-off-by: Prasad Ghangal <[email protected]>
1 parent dde7e9b commit 99a5d45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/example-snapshot-metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ This client performs following actions:
142142
Wait for snapshot to be ready
143143
144144
```
145-
$ kg vs snapshot-1
146-
NAME READYTOUSE SOURCEPVC SOURCESNAPSHOTCONTENT RESTORESIZE SNAPSHOTCLASS SNAPSHOTCONTENT CREATIONTIME AGE
147-
snapshot-1 true pvc-raw 10Mi csi-hostpath-snapclass snapcontent-70b40b27-80d4-448b-bd9a-a87079c1a248 28s 29s
145+
$ kubectl get vs raw-pvc-snap-1
146+
NAME READYTOUSE SOURCEPVC SOURCESNAPSHOTCONTENT RESTORESIZE SNAPSHOTCLASS SNAPSHOTCONTENT CREATIONTIME AGE
147+
raw-pvc-snap-1 true pvc-raw 10Mi csi-hostpath-snapclass snapcontent-e17ba543-b8be-4a8e-9b0f-d708d664a0ee 99s 100s
148148
```
149149
150150
5. Now, inside `csi-client` pod which is created in previous steps, use `snapshot-metadata-lister` tool query allocated blocks metadata

0 commit comments

Comments
 (0)