-
Notifications
You must be signed in to change notification settings - Fork 117
https://issues.redhat.com/browse/ACM-24669--new procedure for hcp (In review with developer) #8375
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
base: 2.15_stage
Are you sure you want to change the base?
Changes from all commits
676f90c
67876c3
97ba88a
2e9ccff
65e552f
9a29001
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,29 +8,18 @@ The cluster backup and restore operator supports backups of any third-party reso | |
| Complete the following topics to learn more about the backup and restore operator: | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just removed unnecessary spaces here. |
||
|
|
||
| * xref:../backup_restore/backup_arch.adoc#backup-restore-architecture[Backup and restore operator architecture] | ||
|
|
||
| * xref:../backup_restore/backup_hub_config.adoc#dr4hub-config[Configuring active passive hub cluster] | ||
|
|
||
| * xref:../backup_restore/backup_install.adoc#dr4hub-install-backup-and-restore[Installing the backup and restore operator] | ||
|
|
||
| * xref:../backup_restore/backup_schedule.adoc#using-backup-restore[Scheduling and restoring backups] | ||
|
|
||
| * xref:../backup_restore/backup_restore.adoc#restore-backup[Restoring a backup] | ||
|
|
||
| * xref:../backup_restore/backup_validate.adoc#backup-validation-using-a-policy[Validating your backup or restore configurations] | ||
|
|
||
| * xref:../backup_restore/backup_msa.adoc#auto-connect-clusters-msa[Connecting clusters automatically by using a Managed Service Account] | ||
|
|
||
| * xref:../backup_restore/backup_active_restore.adoc#keep-hub-active-restore[Running the restore operation while the primary hub cluster is active] | ||
|
|
||
| * xref:../backup_restore/backup_velero.adoc#config-velero-res-limit[Configuring Velero resource requests and limits] | ||
|
|
||
| * xref:../backup_restore/use_existing_hub_cluster.adoc#using-existing-hub[Scenarios when using an existing hub cluster as a restore hub cluster] | ||
|
|
||
| * xref:../backup_restore/tag_resources.adoc#tagging-resources[Tagging user resources with the backup label] | ||
|
|
||
| * xref:../backup_restore/backup_restore_hub.adoc#restore-data-initial-hub[Restoring data to the initial hub cluster] | ||
|
|
||
| * xref:../backup_restore/backup_hcp.adoc#config-hcp-backup[Backup and restore for hosted control planes and hosted clusters] | ||
|
|
||
| * xref:../backup_restore/backup_restore_hcp_mngmt.adoc#restore-hcp-management[Restoring hosted control plane management clusters] | ||
| * xref:../backup_restore/backup_restore_config_obs.adoc#backup-restore-obs-config[Backup and restore configuration for Observability] | ||
| * xref:../backup_restore/backup_restore_obs.adoc#restore-obs-data[Restoring Observability data] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| [#restore-hcp] | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a new file |
||
| = Restoring {hcp} management configuration | ||
|
|
||
| When restoring hosted clusters that are managed by {acm-short}, follow steps to ensure a successful recovery of both the {acm-short} hub cluster and the hosted clusters. | ||
|
|
||
| Follow link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/hosted_control_planes/high-availability-for-hosted-control-planes#hcp-disaster-recovery-oadp[OpenShift Hosted Control Plane Disaster Recovery documentation]. | ||
|
|
||
| .Procedure | ||
|
|
||
| See the following guidance to restore {hcp} management configuration | ||
|
|
||
| . Restore the {acm-short} hub cluster. See xref:../backup_restore/backup_restore.adoc#restore-backup[Restoring a backup]. | ||
| . Deploy new {acm-short} hub with same configuration as the original. See xref:../backup_restore/backup_install.adoc#dr4hub-install-backup-and-restore[Installing the backup and restore operator] | ||
| . Enable backup component and configure OADP. | ||
| . Restore {acm-short} backup by using the `cluster-backup-operator`. | ||
| . Verify discovery and auto-import policies are restored. See xref:../../mce_acm_integration/discover_hosted/acm_discover_hosted.adoc#discover-hosted-acm[Discovering {mce-short} hosted clusters in {acm-short}] | ||
|
|
||
| . Verify that {mce-short} hosted environment is reconnected to the restored {acm-short} hub cluster. See xref:../backup_restore/backup_restore.adoc#restore-backup[Restoring a backup]. The following clusters and resources are restored when the backup and restore is successful: | ||
| - {mce-short} hosting clusters automatically reconnect to restored {acm-short} hub cluster. | ||
| - The `hypershift-addon` resumes discovery operations. | ||
| - Previously discovered hosted clusters are rediscovered. | ||
|
|
||
| . Recover your hosted cluster. Hosted clusters require a separate recovery by using individual backup procedures. The {acm-short} hub cluster automatically rediscovers clusters after the APIs become available. See https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/hosted_control_planes/high-availability-for-hosted-control-planes#hcp-disaster-recovery-oadp-auto. | ||
|
|
||
| For other guidance on backup and restore, see the xref:../backup_restore/backup_intro.adoc#backup-intro[Backup and restore] documentation. | ||
|
|
||
| For more information about {hcp}, see xref:../about/mce_hcp_overview.adoc#mce-hcp-overview[About hosted control planes with {mce-short}]. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,14 +9,15 @@ include::backup_restore/backup_hub_config.adoc[leveloffset=+3] | |
| include::backup_restore/backup_install.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_schedule.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_restore.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_msa.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_validate.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_msa.adoc[leveloffset=+3] | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this order did not match the intro |
||
| include::backup_restore/backup_active_restore.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_velero.adoc[leveloffset=+3] | ||
| include::backup_restore/use_existing_hub_cluster.adoc[leveloffset=+3] | ||
| include::backup_restore/tag_resources.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_restore_hub.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_hcp.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_restore_hcp_mngmt.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_restore_config_obs.adoc[leveloffset=+3] | ||
| include::backup_restore/backup_restore_obs.adoc[leveloffset=+3] | ||
| include::volsync/volsync.adoc[leveloffset=+2] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -110,6 +110,8 @@ See link:../observability/observe_environments_intro.adoc#observing-environments | |
|
|
||
| Learn about new features for _Back up and restore_ and _VolSync_ components. | ||
|
|
||
| * You can back up and restore hosted clusters that are managed by {acm-short}. When restoring hosted clusters managed by {acm-short}, follow steps to ensure a successful recovery of both the {acm-short} hub and the hosted clusters. For more information, see link:../business_continuity/backup_restore/backup_hcp.adoc#config-hcp-backup[Backup and restore for hosted control planes and hosted clusters] and link:../business_continuity/backup_restore/backup_restore_hosting.adoc#restore-hcp[Restoring hosted clusters]. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. announcement |
||
|
|
||
| To learn about VolSync, which enables asynchronous replication of persistent volumes within a cluster, see link:../business_continuity/volsync/volsync.adoc#volsync[VolSync persistent volume replication service] | ||
|
|
||
| To learn about Backup and restore, see link:../business_continuity/backup_restore/backup_intro.adoc#backup-intro[Backup and restore]. | ||
|
|
||
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.
This file has new content.