Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: modify contents
Browse files Browse the repository at this point in the history
shenying1023 committed Nov 10, 2023
1 parent 95cf959 commit 8d7c679
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ As its definition indicates, referencing the external component can be divided i

This type of component is based on KubeBlocks clusters. When referencing this component, just fill in the referenced Cluster and no ServiceDescriptor is required.

## Examples of referencing external component
## Examples of an referencing external component

The following examples show how a Pulsar cluster created by the KubeBlocks add-on references ZooKeeper as an external component. The instructions below include two parts:

10 changes: 5 additions & 5 deletions docs/user_docs/backup-and-restore/backup/backup-repo.md
Original file line number Diff line number Diff line change
@@ -62,12 +62,12 @@ If you don't have an object storage service from a cloud provider, you can deplo
![backup-and-restore-backup-repo-2](./../../../img/backup-and-restore-backup-repo-2.png)
![backup-and-restore-backup-repo3](./../../../img/backup-and-restore-backup-repo-3.png)

3. Create a bucket.
:::note

The access address (endpoint) for the installed MinIO is `http://minio.kb-system.svc.cluster.local:9000`, which will be used to configure BackupRepo. In this case, `kb-system` is the name of the namespace where MinIO is installed.

Create a bucket named `test-minio` in the MinIO dashboard.
:::

![Create a bucket](./../../../img/backup-and-restore-configure-backuprepo-minio-bucket-0.png)
![Create a bucket](./../../../img/backup-and-restore-configure-backuprepo-minio-bucket-1.png)

## Configure BackupRepo

@@ -193,7 +193,7 @@ If you do not configure the BackupRepo information when installing KubeBlocks, y

</Tabs>

2. Create BackupRepo
2. Create BackupRepo.

<Tabs>

0 comments on commit 8d7c679

Please sign in to comment.