-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add CRDs to list of prioritized resources #424
Labels
Enhancement/User
End-User Enhancement to Velero
Good first issue
Looking to contribute to Velero? Issues with this label might be a great place to start!
Help wanted
Milestone
Comments
How exactly should "ready" be determined? Here's what I see in
|
I think we need to key off of the |
domenicrosati
added a commit
to domenicrosati/ark
that referenced
this issue
Oct 19, 2018
Signed-off-by: Domenic Rosati <domenicrosati@gmail.com>
domenicrosati
added a commit
to domenicrosati/ark
that referenced
this issue
Oct 19, 2018
Signed-off-by: Domenic Rosati <domenicrosati@gmail.com>
ncdc
added a commit
that referenced
this issue
Oct 19, 2018
Add CRDs to list of prioritized resources
wwitzel3
added a commit
to wwitzel3/velero
that referenced
this issue
Nov 1, 2018
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
wwitzel3
added a commit
to wwitzel3/velero
that referenced
this issue
Nov 1, 2018
Signed-off-by: Wayne Witzel III <wayne@riotousliving.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement/User
End-User Enhancement to Velero
Good first issue
Looking to contribute to Velero? Issues with this label might be a great place to start!
Help wanted
User Story
As a cluster operator, I would like to use Ark to backup and restore my Kubernetes clusters which leverage Custom Resource Definitions.
As a Gimbal cluster operator, I would like to be able to use Ark to backup and restore my Gimbal cluster
We need to restore CRDs before we restore their associated CRs, so we need to add CRDs to the list of default resource priorities.
It would also be nice if we could wait for a CRD to be "ready" (as indicated in its
status
) before proceeding; otherwise, trying to create CRs for it might fail.The text was updated successfully, but these errors were encountered: