-
Notifications
You must be signed in to change notification settings - Fork 380
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
Using volumegroup snapshot requires a volumesnapshotclass? #1203
Comments
This should be more detailed version of - #1201 |
Actually I saw following panic:
When doing this. Not sure if this is related. |
Which build are you using? What unmerged PRs have you included? |
master and just the beta branch from @leonardoce |
The panic happens at pkg/sidecar-controller/snapshot_controller.go:342 This recent PR changed So now it no longer reports an error if it's NOT a group snapshot member.
Since that no longer reports an error, it looks like
|
Yes exactly @dobsonj, that's what is happening. |
/reopen |
@gnufied: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I may be getting something wrong, but I think we report an error only when we don't have the So we report that error only when the relative content is not part of a dynamically provisioned volume group snapshot.
Edit: sorry, I got it now! |
I was attempting to use groupsnapshots but I forgot to create
volumesnapshotclass
.readyForUse
,volumeSnapshot
object has errors:And there were errors in snapshot-controller logs:
The text was updated successfully, but these errors were encountered: