-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update volumegroupsnapshot to beta1 #612
base: master
Are you sure you want to change the base?
Conversation
updating the volumegroupsnapshot to beta1 API
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Madhu-1 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @xing-yang |
/release-note-none |
``` | ||
|
||
Create a _PVC_ from a _VolumeSnapshot_ that is part of the group snapshot: | ||
``` | ||
# In the command below, the volume snapshot name should be chosen from | ||
# the ones listed in the output of the previous command | ||
sed 's/new-snapshot-demo-v1/snapshot-4bcc4a322a473abf32babe3df5779d14349542b1f0eb6f9dab0466a85c59cd42-2024-06-19-12.35.17/' restore.yaml | kubectl create -f - | ||
sed 's/new-snapshot-demo-v1/snapshot-4dc1c53a29538b36e85003503a4bcac5dbde4cff59e81f1e3bb80b6c18c3fd03/' restore.yaml | kubectl create -f - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Madhu-1, the object name new-snapshot-demo-v1
is missing in the docs. The docs didn't mention how it is applied here.
I noticed that it references this file.
I am trying to replicate the example and I am having trouble restoring my actual snapshot. I think something may be missing, but I don't know what.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just realized that it replaces the dataSource name in the restore.yaml file with that of the snapshot.
updating the volumegroupsnapshot to beta1 API