Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-0808 committed Jan 24, 2025
1 parent 7eb13c6 commit 0de3e81
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BackupRepo 是备份数据的存储仓库,支持配置 OSS(阿里云对象
helm install minio kubeblocks-apps/minio --namespace kb-system --create-namespace --set "extraEnvVars[0].name=MINIO_BROWSER_LOGIN_ANIMATION" --set "extraEnvVars[0].value=off"
```

获取初始的用户名和密码:
2. 获取初始的用户名和密码:

```bash
# 初始 username
Expand All @@ -55,15 +55,15 @@ BackupRepo 是备份数据的存储仓库,支持配置 OSS(阿里云对象
echo $(kubectl get secret --namespace kb-system minio -o jsonpath="{.data.root-password}" | base64 -d)
```

2. 生成连接凭证。
3. 生成连接凭证。

执行 `kubectl port-forward --namespace kb-system svc/minio 9001:9001`,然后访问 `127.0.0.1:9001` 进入登录页面。

登录到仪表盘后,生成 `access key``secret key`

![backup-and-restore-backup-repo-1](./../../../../img/backup-and-restore-backup-repo-1.png)

3. 创建 bucket。
4. 创建 bucket。

在 MinIO 仪表盘上创建一个名为 `test-minio` 的存储桶。

Expand Down Expand Up @@ -551,7 +551,7 @@ BackupRepo 是备份数据的存储仓库,支持配置 OSS(阿里云对象
:::
1. 安装 KubeBlocks 时指定配置文件。
2. 安装 KubeBlocks 时指定配置文件。
<Tabs>
Expand Down

0 comments on commit 0de3e81

Please sign in to comment.