Skip to content

Commit 0b4f949

Browse files
committed
Fix a typo
1 parent b8c83b2 commit 0b4f949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/blog/_posts/2023-05-08-volume-group-snapshot-alpha.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ has the information about which CSI driver should be used for creating the group
169169
Two individual volume snapshots will be created as part of the volume group snapshot creation.
170170
171171
```yaml
172-
snapshot-62abb5db7204ac6e4c1198629fec533f2a5d9d60ea1a25f594de0bf8866c7947-2023-04-26-2:20:4
173-
snapshot-2026811eb9f0787466171fe189c805a22cdb61a326235cd067dc3a1ac0104900-2023-04-26-2:20:4
172+
snapshot-62abb5db7204ac6e4c1198629fec533f2a5d9d60ea1a25f594de0bf8866c7947-2023-04-26-2.20.4
173+
snapshot-2026811eb9f0787466171fe189c805a22cdb61a326235cd067dc3a1ac0104900-2023-04-26-2.20.4
174174
```
175175

176176
### How to use group snapshot for restore in Kubernetes
@@ -190,7 +190,7 @@ metadata:
190190
spec:
191191
storageClassName: csi-hostpath-sc
192192
dataSource:
193-
name: snapshot-62abb5db7204ac6e4c1198629fec533f2a5d9d60ea1a25f594de0bf8866c7947-2023-04-26-2:20:4
193+
name: snapshot-62abb5db7204ac6e4c1198629fec533f2a5d9d60ea1a25f594de0bf8866c7947-2023-04-26-2.20.4
194194
kind: VolumeSnapshot
195195
apiGroup: snapshot.storage.k8s.io
196196
accessModes:

0 commit comments

Comments
 (0)