-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OADP-1791: Added suggestions for the backup types #93556
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
OADP-1791: Added suggestions for the backup types #93556
Conversation
@apurvabhide17: This pull request references OADP-1791 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
/label OADP |
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
94134e7
to
3286da5
Compare
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
3286da5
to
53d10ee
Compare
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.
LGTM. Just a small nit.
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
53d10ee
to
3a6881d
Compare
/label peer-review-needed |
@apurvabhide17: This pull request references OADP-1791 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
/label peer-review-in-progress |
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
/remove-label peer-review-in-progress |
/remove-label peer-review-needed |
/label peer-review-done |
@apurvabhide17 please wait for my comments to be double checked as I am new to peer review. |
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.
Highlighted a few style guide issues; overall lgtm!
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
...restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc
Outdated
Show resolved
Hide resolved
146be44
to
d80def9
Compare
|
||
ifdef::openshift-rosa,openshift-rosa-hcp[] | ||
The `Backup` CR creates backup files for Kubernetes resources and internal images on S3 object storage. | ||
endif::openshift-rosa,openshift-rosa-hcp[] | ||
|
||
ifndef::openshift-rosa,openshift-rosa-hcp[] | ||
* The `Backup` CR creates backup files for Kubernetes resources and internal images on S3 object storage. | ||
|
||
* In an on-cluster backup, you back up the persistent volume data within the cluster. This type of backup is fast, and you can execute it frequently; however, the data is vulnerable to cluster or storage outages. You can use Container Storage Interface (CSI) volume snapshots for an on-cluster backup. |
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.
@weshayutin @apurvabhide17 I'm thinking change it to something like this
if you use velero's snapshot feature to backup volumes in that case only snapshot related information is stored in s3 bucket along with the openshift object data. If undelying storage is part of same cluster infra then data might be loss in case of disaster. Same for bucket if bucket is part of the same cluster then all backup data will be lost in case of disaster.
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.
Done, I've added this information and removed everything else related to in/off cluster.
@apurvabhide17: all tests passed! Full PR test history. Your PR dashboard. 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 understand the commands that are listed here. |
@apurvabhide17 lets close this PR since Valentina is working on this one in #96098. Thanks. |
Version(s):
4.14-4.18
Issue:
OADP-1791
Link to docs preview: Backing up applications
QE review: