-
Notifications
You must be signed in to change notification settings - Fork 37
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
doc: manage backup plugin in fleet #391
Conversation
✅ Deploy Preview for kurator-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I am not sure if it is suitable to add a pic here, because we already have one at "docs/proposals/backup/image" |
provider: huaweicloud | ||
endpoint: http://obs.cn-south-1.myhuaweicloud.com | ||
region: cn-south-1 | ||
secretName: obs-credentials |
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.
any guide on the secret format?
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.
already consider it, not sure if it is enough:
line55: For more configuration options, please refer to the Fleet API.
the content of Fleet API link:
76184cb
to
e11e35e
Compare
@hzxuzhonghu what about this backup arch digram |
|
||
### 2. Configuring Object Storage for Velero | ||
|
||
Kurator's backup relies on Velero. Hence, [Object Storage](https://velero.io/docs/v1.12/how-velero-works/) is essential to restore Kubernetes resources. We support various object storage options. In this guide, we provide detailed usage instructions for the following configurations: |
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.
is essential to store
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.
fixed
Signed-off-by: Xieql <xieqianglong@huawei.com>
e11e35e
to
5a113d9
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hzxuzhonghu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
the doc for #381
To support Kurator's unified backup, restore, and migration features, it's imperative to first configure the backup plugin for Fleet,
This guide will walk you through configuring the Velero-based backup plugin for Fleet, laying the groundwork for Kurator's unified backup, restore, and migration capabilities
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: