[OSDOCS-19679]: Tech Preview docs about etcd snapshot backup method for HCP#111843
[OSDOCS-19679]: Tech Preview docs about etcd snapshot backup method for HCP#111843lahinson wants to merge 1 commit into
Conversation
|
🤖 Wed May 20 15:22:03 - Prow CI generated the docs preview: |
a382209 to
8b89cb4
Compare
| |The `etcdutl snapshot save` mechanism produces a single snapshot file and uploads it to object storage. | ||
|
|
||
| |Portability | ||
| |Tied to the storage provider and the CSI driver. |
There was a problem hiding this comment.
Note for technical reviewers: The docs for self-managed HCP on Azure are not published yet. I plan to revise this file to mention Azure after the tech preview for Azure is live.
8b89cb4 to
8a0e04b
Compare
8a0e04b to
2384697
Compare
| ---- | ||
| $ hypershift create oadp-backup \ | ||
| --hc-name <my_hosted_cluster> \ | ||
| --hc-namespace <my_hosted_cluster_namespace> \ |
There was a problem hiding this comment.
@jparrill I saw that clusters was used for the namespace in the upstream docs, but we've had a lot of customer confusion about that. I replaced clusters with my_hosted_cluster_namespace. Is that correct, or should it be my_hosted_control_plane_namespace?
| + | ||
| The generated backup custom resource (CR) includes the namespaces of the hosted cluster and the hosted control plane, a platform-aware resource list that excludes etcd-related resources, and snapshot settings. | ||
| + | ||
| Next, the {oadp-short} HyperShift plugin and the `HCPEtcdBackup` CR work to complete the backup process. |
There was a problem hiding this comment.
@jparrill Are there any verification steps that users need to run to ensure that the backup succeeded?
| ---- | ||
| $ hypershift create oadp-restore \ | ||
| --hc-name <my_hosted_cluster> \ | ||
| --hc-namespace <my_hosted_cluster_namespace> \ |
There was a problem hiding this comment.
@jparrill Similar question here as I had in the backup procedure about clusters. For clarity, I replaced clusters with my_hosted_cluster_namespace. Is that correct, or should it be my_hosted_control_plane_namespace?
31cf951 to
44c7b38
Compare
|
/retest |
44c7b38 to
b6b373a
Compare
|
|
||
| * The `HCPEtcdBackup` feature gate is enabled in the HyperShift Operator. | ||
| * The {oadp-first} Operator version 1.6 or later with the HyperShift plugin is deployed. For more information, see "Configuring {oadp-short}" and "Automating the backup and restore process by using a DPA". | ||
| * Object storage is configured. Use a Velero backup storage location that points to {aws-short} S3. |
There was a problem hiding this comment.
@jparrill A question about this sentence: "Use a Velero backup storage location that points to AWS S3."
Does that statement apply only to deployments on AWS?
bd602b6 to
b644c2f
Compare
b644c2f to
7602a30
Compare
|
@lahinson: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Version(s): 4.22+
Issue: https://redhat.atlassian.net/browse/OSDOCS-19679
Link to docs preview: https://111843--ocpdocs-pr.netlify.app/openshift-enterprise/latest/hosted_control_planes/hcp_high_availability/hcp-backup-etcd-snapshot.html
QE review:
Additional information: